diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-06-10 14:25:51 +0200 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2019-06-10 14:31:42 +0200 |
commit | 95c9b6dd489fc15c7dfceffca909917f4f3d4312 (patch) | |
tree | fb4e6769d24f21f0e238620c56e1a981c92133cc /tools/build_test_env.sh | |
parent | e45a6e2618db30834f732c5a7bc9f1c038c45c31 (diff) | |
download | gitlab-chore/enable-gitlab-ci-builds.tar.gz |
chore(ci): add automatic GitLab image pusheschore/enable-gitlab-ci-builds
Diffstat (limited to 'tools/build_test_env.sh')
-rwxr-xr-x | tools/build_test_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 3185f72..624f879 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -77,7 +77,7 @@ cleanup() { } try docker run --name gitlab-test --detach --publish 8080:80 \ - --publish 2222:22 pythongitlab/test-python-gitlab:latest >/dev/null + --publish 2222:22 registry.gitlab.com/python-gitlab/python-gitlab:test >/dev/null LOGIN='root' PASSWORD='5iveL!fe' |