Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2017-08-27 15:25:53 +00:00
parent 18605090a9
commit 6097ce7cac

View File

@ -18,7 +18,8 @@ before_script:
build:
stage: build
script:
- npmci build docker
- npmci docker build
- npmci docker push test
only:
- master
tags:
@ -29,7 +30,8 @@ build:
test:
stage: test
script:
- npmci test docker
- npmci docker pull test
- npmci docker test
only:
- master
tags:
@ -40,7 +42,8 @@ test:
release:
stage: release
script:
- npmci publish docker
- npmci docker pull test
- npmci docker push registry.gitlab.com
only:
- master
tags: