Merge branch 'zj-push-to-dev' into 'master'

Push to registry on the same server



See merge request !14
This commit is contained in:
Kamil Trzciński 2016-09-30 08:48:56 +00:00
commit 6d89650248

View file

@ -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