This commit is contained in:
Philipp Kunz 2016-07-18 18:55:34 +02:00
parent 4e865e7bef
commit 0406998e92

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-node:npmts image: hosttoday/ht-docker-node:stable
stages: stages:
- test - test
@ -7,12 +7,13 @@ stages:
before_script: before_script:
- npm uninstall -g npmci
- npm install -g npmci - npm install -g npmci
testLTS: testLTS:
stage: test stage: test
script: script:
- npmci install lts
- npmci command npm install -g npmts
- npmci test lts - npmci test lts
tags: tags:
- docker - docker
@ -20,6 +21,8 @@ testLTS:
testSTABLE: testSTABLE:
stage: test stage: test
script: script:
- npmci install stable
- npmci command npm install -g npmts
- npmci test stable - npmci test stable
tags: tags:
- docker - docker
@ -27,6 +30,8 @@ testSTABLE:
testLEGACY: testLEGACY:
stage: test stage: test
script: script:
- npmci install legacy
- npmci command npm install -g npmts
- npmci test legacy - npmci test legacy
tags: tags:
- docker - docker