ci: adjust ci configuration

This commit is contained in:
Karl-Philipp Wulfert
2019-01-08 14:43:13 +01:00
parent 2cfd08e911
commit 6d11c9b915

View File

@@ -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