fix(ci): update snyk step for faster testing

This commit is contained in:
Philipp Kunz 2019-11-19 16:28:13 +00:00
parent 94dd576d3b
commit 3e865b6c92

View File

@ -25,10 +25,10 @@ mirror:
- notpriv
snyk:
image: registry.gitlab.com/hosttoday/ht-docker-node:snyk
stage: security
script:
- npmci npm prepare
- npmci command npm install -g snyk
- npmci command npm install --ignore-scripts
- npmci command snyk test
tags: