I am having an issue with a test run being stuck via 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 gitlab have access to this external service?
Don’t know if it’s a change in the gitlab-ci.yml file or something else?
Thanks