diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13b1a9f..9a4467e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ auditProductionDependencies: - npmci npm prepare - npmci command npm install --production --ignore-scripts - npmci command npm config set registry https://registry.npmjs.org - - npmci command npm audit --audit-level=high --only=prod + - npmci command npm audit --audit-level=high --only=prod --production tags: - docker