diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08dd156f..7827e6d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: