I have updated to the latest version:
currently running
gitlab: 14.1.3
ubuntu: 18.04.5 LTS
Firstly I had registered a runner for my project.
As for yml I used the .net core asp template
First time my pipeline had ran I got the message that there is no runner for tag: ‘dev’ even tough it was edited in my yml file.
When checking in the settings->ci/cd tab the runner had status: ‘has not connected yet’
After some digging around on gitlab forums and google I came up with ‘gitlab verify’, after running this command the runner was connected and active, but still didn’t fix the issue.
I have disabled shared runners for my project and also rebooted the server entirly.
Currently I don’t receive the error message, however the runner doesn’t pickup any job and results in a timeout error for my pipeline job.
Any idea how to fix this?