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,20 +1,19 @@
image: hosttoday/ht-docker-node:npmci image: hosttoday/ht-docker-node:lts
stages: stages:
- test - test
- release - release
- trigger - trigger
before_script:
- npm install -g npmci
testLTS: testLTS:
stage: test stage: test
script: script:
- npmci test lts - npmci test lts
tags: tags:
- docker - docker
before_script:
- npm uninstall -g npmci
- npm install -g npmci
testSTABLE: testSTABLE:
stage: test stage: test