fix gitlab ci

This commit is contained in:
LosslessBot 2016-05-26 22:41:06 +02:00
parent 8f47b95220
commit 7d6caaafce

View File

@ -8,6 +8,7 @@ testLTS:
stage: test
script:
- npmci install 4
- npm install
- npm test
tags:
- docker
@ -16,6 +17,7 @@ testSTABLE:
stage: test
script:
- npmci install stable
- npm install
- npm test
tags:
- docker