From 578fd58cd925468b772025130f1acfec8237629f Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Mon, 23 Nov 2020 08:44:05 +0100 Subject: [PATCH] ci: update ci --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: