fix stages

This commit is contained in:
Philipp Kunz 2016-06-21 19:11:45 +02:00
parent 26bb194814
commit 5a0ab5080d

View File

@ -10,6 +10,8 @@ testLEGACY:
stage: test1
script:
- npmci test legacy
only:
- tags
tags:
- docker
@ -17,6 +19,8 @@ testLTS:
stage: test2
script:
- npmci test lts
only:
- tags
tags:
- docker
@ -24,6 +28,8 @@ testSTABLE:
stage: test3
script:
- npmci test stable
only:
- tags
tags:
- docker