I have a GitLab Runner assigned to a project that I’d like to share with another similar project. Currently it looks like this:
Pressing the small edit icon, I can see these options:
I want to reuse this same runner, so I unchecked the ‘Lock to current projects’ checkbox.
Now if I go to the CI/CD settings for my other project I can see it is available, so I click ‘enable for this project’
Now my Pending Job that was triggered after my first push to my repo has kicked in and is being deployed to my test Docker server. Cool.