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

first commit

parent 2a4f389c
No related branches found
No related tags found
No related merge requests found
Pipeline #11473 passed
...@@ -16,7 +16,7 @@ stages: ...@@ -16,7 +16,7 @@ stages:
test: test:
stage: test stage: test
tags: tags:
- helen - random
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:
...@@ -25,7 +25,7 @@ test: ...@@ -25,7 +25,7 @@ test:
pages: pages:
stage: deploy stage: deploy
tags: tags:
- helen - random
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