From 6d11c9b9154645e2780b287de7ab27a911528a7f Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 8 Jan 2019 14:43:13 +0100 Subject: [PATCH] ci: adjust ci configuration --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 981e91ba..6764bb30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:lts-alpine +image: registry.gitlab.com/openstapps/projectmanagement/node cache: key: ${CI_COMMIT_REF_SLUG} @@ -30,6 +30,9 @@ test: stage: test script: - npm test + artifacts: + paths: + - report pages: stage: deploy