Commit d3295467 authored by Dan Davison's avatar Dan Davison

Merge branch 'dj-runner-use-gitlab-registry' into 'master'

Use GitLab registry for default runner image

See merge request gitlab-org/gitlab!75675
parents 49cabc87 e92947cc
...@@ -19,7 +19,7 @@ module QA ...@@ -19,7 +19,7 @@ module QA
end end
def image def image
@image || 'gitlab/gitlab-runner:alpine' @image || 'registry.gitlab.com/gitlab-org/gitlab-runner:alpine'
end end
def executor def executor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment