From 82bb2ccc5b025b21b58bc12fa5765a2bbe765642 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 27 Aug 2017 23:43:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66ad406..fcbb1c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ build: stage: build script: - npmci docker build + - npmci docker push registry.gitlab.com test tags: - lossless - priv @@ -29,6 +30,7 @@ build: test: stage: test script: + - npmci docker pull registry.gitlab.com test - npmci docker test tags: - lossless @@ -37,7 +39,8 @@ test: release: stage: release script: - - npmci docker + - npmci docker pull registry.gitlab.com test + - npmci docker push docker.io only: - tags - triggers