From 813e1caba9ef25588a76a5811a4a60f0ced58644 Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Fri, 30 Sep 2016 10:16:54 +0200 Subject: [PATCH] Push to registry on the same server --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7814290..b517a2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: DOCKER_DRIVER: overlay before_script: - - docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" registry.gitlab.com + - docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" "$CI_REGISTRY" .test_build: &test_build stage: test