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
testLTS:
stage: test
stage: test1
script:
- npmci test lts
only:
- tags
tags:
- docker
- lossless
@ -17,6 +19,8 @@ testSTABLE:
stage: test2
script:
- npmci test stable
only:
- tags
tags:
- docker
- lossless