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: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
@@ -31,8 +31,6 @@ test:
- npm test - npm test
audit: audit:
tags:
- docker
stage: test stage: test
script: script:
- npm audit - npm audit
@@ -59,8 +57,6 @@ routes:
- routes.md - routes.md
pages: pages:
tags:
- docker
stage: deploy stage: deploy
script: script:
- npm run documentation - npm run documentation