Pipeline Job fails cloning a repository using http, I am using docker gitlab-runner:latest and gitlab-ce:latest. I have changed the repository from internal to public without success, cloning the public repo manually from the runner shell works OK
Below job log output
++ echo ‘Cloning repository…’
++ git clone --no-checkout http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.example.com/grp/repo.git /builds/6e783fe4/0/group/repo --template Cloning repository…
/builds/6e783fe4/0/group/repo.tmp/git-template
Cloning into ‘/builds/6e783fe4/0/group/repo’…
fatal: repository ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.example.com/group/repo.git/’ not found
ERROR: Job failed: exit code 1