Can't specify authentication for docker registry
If you use a private docker registry you can't specify the credentials to login to the registry therefore the docker runner can't pull the image. Seems to ignore .dockercfg in /home/gitlab_ci_multi_runner as well.
Workaround at the moment is to SSH into the runner and manually pull the image.