diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acee021..c22d1d0 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 --production + # - npmci command npm audit --audit-level=high --only=prod --production tags: - docker