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
end
def image
@image || 'gitlab/gitlab-runner:alpine'
@image || 'registry.gitlab.com/gitlab-org/gitlab-runner:alpine'
end
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