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