Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2017-08-27 23:43:39 +00:00
parent a5f93beea5
commit 82bb2ccc5b

View File

@ -21,6 +21,7 @@ build:
stage: build stage: build
script: script:
- npmci docker build - npmci docker build
- npmci docker push registry.gitlab.com test
tags: tags:
- lossless - lossless
- priv - priv
@ -29,6 +30,7 @@ build:
test: test:
stage: test stage: test
script: script:
- npmci docker pull registry.gitlab.com test
- npmci docker test - npmci docker test
tags: tags:
- lossless - lossless
@ -37,7 +39,8 @@ test:
release: release:
stage: release stage: release
script: script:
- npmci docker - npmci docker pull registry.gitlab.com test
- npmci docker push docker.io
only: only:
- tags - tags
- triggers - triggers