fix(security): improve security CI step

This commit is contained in:
Philipp Kunz 2018-01-27 18:13:03 +01:00
parent b98f075cbd
commit c2f081d69a

View File

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