Push to registry on the same server

This commit is contained in:
Z.J. van de Weg 2016-09-30 10:16:54 +02:00
parent e6035ad982
commit 813e1caba9

View file

@ -7,7 +7,7 @@ variables:
DOCKER_DRIVER: overlay DOCKER_DRIVER: overlay
before_script: 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 .test_build: &test_build
stage: test stage: test