diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df3a6ee51db48963cc3dc26b53959c63f4201326..f65903a829b0ccd081fcbec6363c64a8574418e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: test: stage: test tags: - - helen + - random 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. only: @@ -25,7 +25,7 @@ test: pages: stage: deploy tags: - - helen + - random script: - npm run export:html - npm run export:pdf