From 668b79c3a3831d994bbd1c4874cd47b42916da8a Mon Sep 17 00:00:00 2001 From: Severin Skillman <s.skillman@surrey.ac.uk> Date: Mon, 22 Jul 2019 16:09:22 +0100 Subject: [PATCH] first commit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df3a6ee..f65903a 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 -- GitLab