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 - docker:dind
stages: stages:
- mirror
- test - test
- release - release
- trigger - trigger
- pages - pages
mirror:
image: hosttoday/ht-docker-node:npmci
stage: mirror
script:
- npmci git mirror
tags:
- docker
test: test:
stage: test stage: test
script: script:

View File

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