update .gitlab-ci.yml

This commit is contained in:
Philipp Kunz 2016-05-30 02:48:08 +02:00
parent 242c5f2873
commit 3e9a62e4c9

View File

@ -7,9 +7,7 @@ stages:
testLTS: testLTS:
stage: test stage: test
script: script:
- npmci install 4 - npmci test lts
- npm install
- npm test
tags: tags:
- docker - docker