summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-04-25 09:20:01 -0400
committerMicah Anderson <micah@riseup.net>2017-04-25 09:20:01 -0400
commit64d0b3f97c02dc502a4d6e44b62379170792de8e (patch)
treef5886cb372e91085b0d8094328891296de9fc591 /.gitlab-ci.yml
parent076f81ef624e5dc83dfebecf76496b90a87ff8ef (diff)
Switch to using new docker location for ruby image
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 a85d6483..2df6eb5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: 0xacab.org:4567/leap/gitlab-buildpackage:ruby
+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