Unable to accesss url token

Hello,

I try to run my script on Pipeline job.

And these is the error :

Running with gitlab-runner 11.10.1 (1f513601)
on merde gnypBxAJ
Using Shell executor…
Running on ns380623.ip-188-165-252.eu…
Reinitialized existing Git repository in /home/gitlab-runner/builds/gnypBxAJ/0/domaine/git_test/.git/
Fetching changes…
fatal: unable to access ‘https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@domaine/repository/git_test.git/’: The requested URL returned error: 500
ERROR: Job failed: exit status 1

I change the name of domaine of error.

Should i use the SSH executor instead of shell executor or perhaps, i miss something to configure in the server?

It looks like the server is throwing a 500 while cloning the repository during the CI job. You should check the logs ( /var/log/gitlab/gitlab-rails/production.log for omnibus installations) to see why the server is failing during the fetch.

You might find the troubleshooting steps in https://gitlab.com/gitlab-org/gitlab-ce/issues/39586 useful.

Thanks you. It’s was the config server who was strong. I changed it and now it’s works.