update gitlab ci yml

This commit is contained in:
Philipp Kunz 2016-06-07 04:45:08 +02:00
parent 9e10b04105
commit cf8f10d032

View File

@ -26,7 +26,7 @@ build:
test:
stage: test
script:
- docker version
- npmci test docker
only:
- master
tags:
@ -35,7 +35,7 @@ test:
release:
stage: release
script:
- docker version
- npmci publish docker
only:
- master
tags: