summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-05-10 11:07:37 -0400
committerMicah Anderson <micah@riseup.net>2017-05-10 11:07:37 -0400
commitc2ea863eb2cf301d8c0bf3e2cc52f548f7e86016 (patch)
treeac7348a96a5d36c3ed30cfb52176ce0e23f8b7a0 /.gitlab-ci.yml
parent65ca1b572024d30dfc12e9fc927099de41c30bd4 (diff)
fix CI image location
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97eda43c..f515337f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: 0xacab.org:4567/leap-docker/ruby:latest
+image: 0xacab.org:4567/leap/docker/ruby:latest
# This is for caching the gems not only between the stages, but also persistent
# on the gitlab-runner so we don't need to install from scratch on every pipeline