fix gitlab ci

This commit is contained in:
Philipp Kunz 2016-07-29 03:03:07 +02:00
parent 2388da50a1
commit 02490ef011

View File

@ -7,6 +7,7 @@ stages:
test: test:
stage: test stage: test
script: script:
- npm install
- npm test - npm test
tags: tags:
- docker - docker