I am having an issue with a test run being stuck via a GitLab pipeline, though it does work when I run my test locally. I have found the common issue which is it gets stuck when trying to call an external URL.
Example url: https://api.us.cajama.com/v3.6
From what I have heard, it might need to be added to the proxy, but I am not sure how to do that. Can someone direct me in adding this URL to the proxy so GitGab have access to this external service?
Is it a change in the gitlab-ci.yml
file or something else?