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 stage: test
script: script:
- npmci install 4 - npmci install 4
- npm install
- npm test - npm test
tags: tags:
- docker - docker
@ -16,6 +17,7 @@ testSTABLE:
stage: test stage: test
script: script:
- npmci install stable - npmci install stable
- npm install
- npm test - npm test
tags: tags:
- docker - docker