Skip to content
Snippets Groups Projects
Commit 2a4f389c authored by Skillman, Severin (Elec Electronic Eng)'s avatar Skillman, Severin (Elec Electronic Eng) :hot_pepper:
Browse files

first commit

parent 4fd80c49
No related branches found
No related tags found
No related merge requests found
Pipeline #11472 failed
...@@ -16,8 +16,7 @@ stages: ...@@ -16,8 +16,7 @@ stages:
test: test:
stage: test stage: test
tags: tags:
- tihm - helen
- docker
script: script:
- npm test # Validates resume.json against schema tests to ensure it complies with the standard. Tries to identify where any errors may be occurring. - npm test # Validates resume.json against schema tests to ensure it complies with the standard. Tries to identify where any errors may be occurring.
only: only:
...@@ -26,8 +25,7 @@ test: ...@@ -26,8 +25,7 @@ test:
pages: pages:
stage: deploy stage: deploy
tags: tags:
- tihm - helen
- docker
script: script:
- npm run export:html - npm run export:html
- npm run export:pdf - npm run export:pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment