I get this message and my runner is working btw. so what can be the problem here?
This is the error I get
From this
TO THIS :(
the .gitlab-ci.yml is working btw
I get this message and my runner is working btw. so what can be the problem here?
This is the error I get
From this
TO THIS :(
the .gitlab-ci.yml is working btw
It seems your job was still running when the GitLab job timeout was reached.
You can adjust the timeout settings in Settings >> CI/CD >> General pipelines
.
https://git.qwant.ninja/help/ci/pipelines/settings#set-a-limit-for-how-long-jobs-can-run
We reinstalled and updated the runners and reconfigured them again and after restarting the server it worked. I am not sure what the problem was.