update gitlab-ci.yml

This commit is contained in:
Philipp Kunz 2016-06-01 05:58:43 +02:00
parent 1efc425a46
commit 06e96e7778

View File

@ -17,6 +17,13 @@ testSTABLE:
- npmci test stable - npmci test stable
tags: tags:
- docker - docker
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
release: release:
stage: release stage: release