improve .gitlab.yml

This commit is contained in:
Philipp Kunz 2016-06-05 07:24:21 +02:00
parent 8dade860f5
commit 9ce29a7c24

View File

@ -1,10 +1,13 @@
image: hosttoday/ht-docker-node:npmci
image: hosttoday/ht-docker-node:lts
stages:
- test
- release
- trigger
before_script:
- npm install -g npmci
testLTS:
stage: test
script:
@ -12,10 +15,6 @@ testLTS:
tags:
- docker
before_script:
- npm uninstall -g npmci
- npm install -g npmci
testSTABLE:
stage: test
script: