ci: update ci

This commit is contained in:
Michel Jonathan Schmitz
2020-11-23 08:44:05 +01:00
committed by Rainer Killinger
parent 994d6c1e6b
commit 578fd58cd9

View File

@@ -6,7 +6,7 @@ stages:
- publish
before_script:
- npm install
- npm ci
build:
stage: build
@@ -33,7 +33,7 @@ scheduled-audit:
only:
- schedules
script:
- npm audit
- npm audit --audit-level=high
stage: test
image-test:
@@ -53,7 +53,6 @@ image-test:
- /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/
image-build:
before_script: []
image: registry.gitlab.com/openstapps/projectmanagement/builder
stage: publish
dependencies: