update ci

This commit is contained in:
Philipp Kunz 2017-10-07 16:48:44 +02:00
parent b2c08b7221
commit 6d9d040a8d
2 changed files with 11 additions and 1 deletions

View File

@ -3,11 +3,21 @@ services:
- docker:dind
stages:
- mirror
- test
- release
- trigger
- pages
mirror:
image: hosttoday/ht-docker-node:npmci
stage: mirror
script:
- npmci git mirror
tags:
- docker
test:
stage: test
script:

View File

@ -5,7 +5,7 @@
"dockerSock":true
},
"npmci": {
"globalNpmTools": [
"npmGlobalTools": [
"npmts"
]
}