How to increase the max URI request in GitLab CI/CD pipelines?

I am running a simple CI/CD pipeline with GitLab. However when I send the URI request, I attach a very long token to it, for example: “…/dir2/dir3/target/?sToken=eyJhbGciOiJSU…” This results in error 414:

“Request URI Too Long. The URI provided was too long for the server to process. Try to make the request URI shorter.”

I investigated the documentation for the .gitlab-ci.yml files: `.gitlab-ci.yml` keyword reference | GitLab but I did not fine any variables pointing to this limit, contrary to my expectations.