build: update dependencies and adjust configuration

This commit is contained in:
Karl-Philipp Wulfert
2019-04-30 13:46:25 +02:00
parent 766205049b
commit 3ba2b0bf3c
7 changed files with 994 additions and 2334 deletions

View File

@@ -3,7 +3,6 @@ image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- lib
- node_modules
before_script:
@@ -31,6 +30,16 @@ audit:
stage: test
script:
- npm audit
except:
- schedules
allow_failure: true
scheduled-audit:
stage: test
script:
- npm audit
only:
- schedules
pages:
stage: deploy