A guide for registering a specific runner for gitlab.com
- Install GitLab Runner on macOS
- Register GitLab Runner
brew install gitlab-runner
- Register GitLab Runner as a service
brew services start gitlab-runner
- Go to gitlab.com -> project settings -> CI/CD and expand the Runners section
- Register the runner
gitlab-runner register
You will see the runner is registered successfully in the Runners section on gitlab.com: