From cc1074b817feea1ba46b15aa1a855b17276d23bc Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Mon, 7 Jan 2019 17:01:26 +0100 Subject: [PATCH] ci: run tests --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 112fb1a7..21150099 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,16 +15,29 @@ stages: - deploy build: + tags: + - docker stage: build script: - npm run build +test: + tags: + - docker + stage: test + script: + - npm test + audit: + tags: + - docker stage: test script: - npm audit pages: + tags: + - docker stage: deploy script: - npm run documentation