DEV Community

Discussion on: What are the hardest coding terms to search for?

Collapse
 
anwar_nairi profile image
Anwar • Edited

I just had a nightmare searching where to find GitLab runners, and could only find GitLab runners API documentation, but not a single doc on where to view the runners on the web app (or I am very tired)!

Collapse
 
patryktech profile image
Patryk

Do you mean the gitlab.com page? Under your project's Settings / CI/CD, there is a list of specific runners you've registered with your project, and available shared runners. It's that what you had in mind? (Click expand next to Runners).

Collapse
 
anwar_nairi profile image
Anwar

Damn, I just spend a day realizing I was not using my admin account but my developer account, that's why I could not find this menu πŸ˜‚ thank you for the guidance!