PureDevOps Community

Gitlab: There has been a runner system failure

16

I use Gitlab for doing Continuous Integration and Development and all of a sudden I get this error message “There has been a runner system failure, please try again”

enter image description here

There’s no real error message or error code.

I had a doubt it could be of gitlab-runner in the target server. I realized the issue is that the server that Gitlab Runner is running on has no space left.

Once freeing up the space the build started working fine .

Another point is if you are running the in app in docker containers ensure to prune containers and images.