fix(ci): further speed up snyk step

This commit is contained in:
Philipp Kunz 2019-11-19 16:31:33 +00:00
parent fa99b7f068
commit 466d6d47ba

View File

@ -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