diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a95dfb6..1b9d3bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ snyk: stage: security script: - npmci npm prepare - - npmci command npm install --ignore-scripts + - npmci command npm ci --ignore-scripts - npmci command snyk test tags: - lossless