fix gitlab yml

This commit is contained in:
Philipp Kunz 2016-06-22 13:10:58 +02:00
parent 2adbf3b26f
commit 605512bb9c

View File

@ -6,9 +6,11 @@ stages:
- release - release
testLTS: testLTS:
stage: test stage: test1
script: script:
- npmci test lts - npmci test lts
only:
- tags
tags: tags:
- docker - docker
- lossless - lossless
@ -17,6 +19,8 @@ testSTABLE:
stage: test2 stage: test2
script: script:
- npmci test stable - npmci test stable
only:
- tags
tags: tags:
- docker - docker
- lossless - lossless