Gitlab Runner not recognizing tags
Summary
A CI job gets stuck with the following error:
This job is stuck because you don't have any active runners online with any of these tags assigned to them: ios
Go to Runners page
Even though the only available runner does have that as a tag.
Steps to reproduce
- Create an empty project
- Add a basic .gitlab-ci.yml file with a single job having a tag
- Add a Gitlab Runner with the previously specified tag to the project
- Run the job
What is the current bug behavior?
The runner does not run the job
What is the expected correct behavior?
The runner should run the job
Relevant logs and/or screenshots
This bug happens on GitLab.com
Edited by Dino Srdoč

