From 2a4f389cff366d4bcb345af004339190a1f1e69c Mon Sep 17 00:00:00 2001 From: Severin Skillman <s.skillman@surrey.ac.uk> Date: Mon, 22 Jul 2019 15:40:47 +0100 Subject: [PATCH] first commit --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 922b7ee..df3a6ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,7 @@ stages: test: stage: test tags: - - tihm - - docker + - helen 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: @@ -26,8 +25,7 @@ test: pages: stage: deploy tags: - - tihm - - docker + - helen script: - npm run export:html - npm run export:pdf -- GitLab