summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvainpocentek@gmail.com>2019-06-20 08:07:45 +0200
committerGitHub <noreply@github.com>2019-06-20 08:07:45 +0200
commit50c53c034b4b8c0b408da47d3347f103e7f32493 (patch)
tree6f86387c8e90f0e53904613889b4ab7c69365c26 /tools
parent722a6efb23c6e6b87a7354c1c6ae8e50ae14c709 (diff)
parent95c9b6dd489fc15c7dfceffca909917f4f3d4312 (diff)
downloadgitlab-50c53c034b4b8c0b408da47d3347f103e7f32493.tar.gz
Merge pull request #792 from python-gitlab/chore/enable-gitlab-ci-builds
chore(ci): add automatic GitLab image pushes
Diffstat (limited to 'tools')
-rw-r--r--tools/Dockerfile-test2
-rwxr-xr-xtools/build_test_env.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Dockerfile-test b/tools/Dockerfile-test
index 7d491de..68ef467 100644
--- a/tools/Dockerfile-test
+++ b/tools/Dockerfile-test
@@ -11,7 +11,7 @@ RUN apt-get update \
tzdata \
&& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash \
&& apt-get install -qy --no-install-recommends \
- gitlab-ce=11.10.0-ce.0
+ gitlab-ce=11.11.2-ce.0
# Manage SSHD through runit
RUN mkdir -p /opt/gitlab/sv/sshd/supervise \
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'