Commit e92947cc authored by Dan Davison's avatar Dan Davison

Use GitLab registry for default runner image

parent 3b77dbe0
...@@ -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