My usage scenario is as follows. I used gitkab-ci file to implement cicd before, and the runner interpreter was docker. It has been working normally, but after updating the gitlab version (the runner was also updated to the same version), I found some problems. The tasks that were previously executed normally now directly report errors ERROR: Failed to remove network for build ERROR: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (docker.go:951:0s). When I looked carefully, I found that the specified runner was an old runner version. When I clicked on the build again several times, the correct version of the runner was found, and the task could be executed normally. Error screenshot:
Correct screenshot:

