update ci

This commit is contained in:
Philipp Kunz 2018-01-29 23:53:58 +01:00
parent c79f443c18
commit f325479a11
2 changed files with 11 additions and 1 deletions

View File

@ -8,6 +8,7 @@ cache:
stages:
- mirror
- security
- test
- release
- trigger
@ -20,6 +21,15 @@ mirror:
tags:
- docker
security:
stage: security
script:
- npmci command yarn global add snyk
- npmci command yarn install --ignore-scripts
- npmci command snyk test
tags:
- docker
testLEGACY:
stage: test
script:

View File

@ -3,7 +3,7 @@
"mode": "default"
},
"npmci": {
"globalNpmTools": [
"npmGlobalTools": [
"npmts"
]
}