Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2017-08-27 14:36:48 +00:00
parent 6dd5406573
commit a5f93beea5

View File

@ -15,12 +15,12 @@ stages:
before_script: before_script:
- yarn global add npmci - yarn global add npmci
- npmci prepare docker - npmci docker prepare
build: build:
stage: build stage: build
script: script:
- npmci build docker - npmci docker build
tags: tags:
- lossless - lossless
- priv - priv
@ -29,7 +29,7 @@ build:
test: test:
stage: test stage: test
script: script:
- npmci test docker - npmci docker test
tags: tags:
- lossless - lossless
- priv - priv
@ -37,7 +37,7 @@ test:
release: release:
stage: release stage: release
script: script:
- npmci publish docker - npmci docker
only: only:
- tags - tags
- triggers - triggers