I'm currently setting up gitlab and loving it so far. I'm currently trying to setup CI using the gitlab runner, which is working great, except for the point when it tries to clone the repo, see image:
It's trying to pull the repo from a "hash" where it should be using an IP address. I'm not sure why this is the case, but every project I create uses a hash in the project path and not the address, for example:
Essentially I would like to revert the project paths to the actual hostname / IP, I can't see a configuration option for this, although maybe I'm missing the point here?