With your self-managed GitLab service up and running, it’s now time to focus on administrative tasks related to managing that service. The first order of business involves setting up runners so that users can run jobs for their CI/CD pipelines.
Managing Shared Runners
There are a number of approaches to managing shared runners, which we consider in this section.
The Do-Nothing Approach
One approach is to do nothing. That’s right, nothing. With this approach, you force users to set up their own runners, which ...