Registering the Runner
Specific Runners
5.6. Register the Runner
- Platform: Choose the platform on which you installed GitLab Runner.
- Registration command: Copy the command shown by GitLab after you create the runner. It contains the GitLab URL and a runner authentication token with the
glrt-prefix. Treat this token as a secret.
gitlab-runner register --url https://gitlab.git.nrw --token glrt-REDACTED
Follow the prompt in the command line:
Choose the executor that matches the environment in which the jobs should run. Runner tags and ownership settings are configured when the runner is created in the GitLab UI.
Enter an executor: docker, docker-windows, kubernetes, shell, ssh, parallels, virtualbox, docker-autoscaler, instance, custom:
[docker]: