ci: adjust ci configuration

This commit is contained in:
Karl-Philipp Wulfert
2019-04-16 13:42:06 +02:00
parent 271da70483
commit 19a403c14d

View File

@@ -1,4 +1,4 @@
image: registry.gitlab.com/openstapps/projectmanagement/node:latest
image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
@@ -31,8 +31,6 @@ test:
- npm test
audit:
tags:
- docker
stage: test
script:
- npm audit
@@ -59,8 +57,6 @@ routes:
- routes.md
pages:
tags:
- docker
stage: deploy
script:
- npm run documentation