diff options
author | Micah Anderson <micah@riseup.net> | 2017-04-25 09:20:01 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-04-25 09:20:01 -0400 |
commit | 64d0b3f97c02dc502a4d6e44b62379170792de8e (patch) | |
tree | f5886cb372e91085b0d8094328891296de9fc591 | |
parent | 076f81ef624e5dc83dfebecf76496b90a87ff8ef (diff) |
Switch to using new docker location for ruby image
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |