fix(improve security CI step):

This commit is contained in:
Philipp Kunz 2018-01-27 18:02:01 +01:00
parent 668f6c3e16
commit 7c4ae84871

View File

@ -25,7 +25,7 @@ security:
stage: security stage: security
script: script:
- npmci command yarn global add snyk - npmci command yarn global add snyk
- npmci npm install - npmci command yarn install --ignore-scripts
- npmci command snyk test - npmci command snyk test
tags: tags:
- docker - docker