Hello everyone !
So… my current problem is the following:
I’ve installed a Gitlab-ce, as a docker container (as well the runner itself), on a server that the OS is CentOS 8. So far so good, I had a few problems to register the runner to the Gitlab container, but I’ve managed to do so.
So I went to do the test on the runner, to see if he was doing his job, but I’ve noticed these screens:
So I thought the cause of the problem could be the gitlab-ci.yml that I was using. I made the switch to an example that is in the Gitlab documentation itself and the problem persisted, so I went to check the container logs through the portainer and realized this:
And to complete my great situation, when I stay a certain period of time in the same page on the Gitlab and try to reach other endpoint, appears to me a 502 ERROR screen, and I have to restart the container to work properly. I’ve looked on the logs, and captured some of then to help me to get to the source of the problem, but unfortunately I don’t have the experience needed to truly understand what the problem is.
This is the logs that I’ve mentioned earlier: Gitlab container logs
Edit: I put the runner in specific mode to see if he could run the pipeline jobs, but the problem persisted the same way.
Thanks in advance for anyone who can help me