2

I get this message and my runner is working btw. so what can be the problem here? enter image description here

This is the error I get From this enter image description here TO THIS :( enter image description here

the .gitlab-ci.yml is working btw

Pie
  • 63
  • 1
  • 8

2 Answers2

1

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

Davide Madrisan
  • 1,969
  • 2
  • 14
  • 22
  • the timeout was set on 2 hours and the default was 1hour but still, it was still not working. Anyways, we solved the problem later. Thank you ^^ – Pie Mar 05 '22 at 18:13
1

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.

Gunnar Bernstein
  • 6,074
  • 2
  • 45
  • 67
Pie
  • 63
  • 1
  • 8