update ci

This commit is contained in:
Philipp Kunz 2017-07-28 18:21:13 +02:00
parent 8ba4e33eff
commit 3f73293e46
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# gitzone standard
image: hosttoday/ht-docker-node:npmts
image: hosttoday/ht-docker-node:npmci
stages:
- test

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}