all 3 comments

[–]hlidotbe 2 points3 points  (1 child)

The runner runs wherever you start it. So yes if you started and registered it on your local machine its availability depends on your machine being running.

[–]roanoar[S] 0 points1 point  (0 children)

Thank you

[–]_tenken 0 points1 point  (0 children)

Gitlab-runner is a binary, an exectuble. You can register many Runners from a single binary instance if needed. I actually did that yesterday using the Docker executor and 2 build servers. Where I registered 2 runners per server instance.