I have the latest docker image of GitLab running in a test environment and I\'m running into an issue with the GitLab runner. It\'s unable to clone via the HTTP link, yieldi
As for now (latest versions of gitlab - 9 and upwards) you need to use https with proper ssl certificate.
As soon you add new runner with https://... all should work just fine.