Scheduled jobs using ssh

Hi
We recently changed our repo to use SSH and now our scheduled jobs wont run
This is the error we are seeing

Running with gitlab-runner 10.2.0 (0a75cdd1)
on ff (4b9268cd)
Using Shell executor…
Running on pro1.staging.cardstream.net
Cloning repository…
Cloning into ‘/home/gitlab-runner/builds/4b9268cd/0/Graham/QA_TEST’…
fatal: repository ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@dev.cardstream.com/Graham/QA_TEST.git/’ not found
ERROR: Job failed: exit status 1

I would be grateful if someone could shed some light on this

Thanks

Is this only happening for scheduled pipelines? Very strange. As the gitlab-runner connects via http/https to the gitlab-server to pull which jobs to build and so “knows” this type of connection does work, the same type is used for cloning. You may not switch to ssh for cloning from the job.