Skip to main content

Runner

Runners on GitLab are execution agents that power continuous integration and continuous delivery (CI/CD) pipelines. They're responsible for running jobs, which are the individual steps or tasks within a pipeline.

  runners:
- token: glrt-xxxxXX-xxxxxXXXXX # can be generated at https://{{host}}/admin/runners/new

Spec

NameTypeDefault
versionString"16.0.2"Check for releases on GitLab.
tokenString(required)Must be generated via GitLab admin UI.
gitlabLocalObjectReference(required)Name of the GitLab instance the runner should connect to. This must be the same instance that was used to generate the runner token.
concurrencyInt1The number of pipeline steps the runner is allowed to execute concurrently.