fix gitlab ci

This commit is contained in:
Philipp Kunz 2016-07-29 00:54:25 +02:00
parent fc54362312
commit 141358595e

View File

@ -4,24 +4,10 @@ stages:
- test - test
- release - release
testLEGACY: test:
stage: test stage: test
script: script:
- npmci test legacy - npm test
tags:
- docker
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
tags: tags:
- docker - docker