GitLab
docs.gitlab.com › gitlab docs › administer › administer gitlab runner
GitLab Runner | GitLab Docs
When developers push code to GitLab, they can define automated tasks in a .gitlab-ci.yml file. These tasks might include running tests, building applications, or deploying code. GitLab Runner is the application that executes these tasks on computing infrastructure.
GitLab Docs
Learn how to use and administer GitLab, the most scalable Git-based fully integrated platform for software development.
Register a runner
Learn more about Registering runners in the GitLab documentation.
Runner executors
Some features require a runner that uses fleeting. The Docker Autoscaler and instance executors use fleeting. You should migrate to one of these executors to take advantage of the full range of GitLab Runner capabilities.
Configure runners
Set timeouts, protect sensitive information, control behavior with tags and variables, and configure artifact and cache settings of your GitLab Runner.
Docker Hub
hub.docker.com › r › gitlab › gitlab-runner
gitlab/gitlab-runner - Docker Image
gitlab/gitlab-runner:latest is image that can be used to run GitLab Runner in container.
08:57
GitLab for Everyone: A Beginner’s Guide to Troubleshooting Runners ...
19:51
GitLab Runners Explained: Architecture, Scaling & Best Practices ...
53:50
GitLab Runner Fundamentals and What You Need to Know - GitLab Webinar ...
08:15
🚀 GitLab Runner Tutorial for Beginners | How to Install & ...
Day-9 | Gitlab Runner Setup | 30 Days Of GitLab DevOps
10:24
GitLab Runner Controller demo - YouTube
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › docker
Run GitLab Runner in a container | GitLab Docs
Download the gitlab-runner Docker image by using the docker pull gitlab/gitlab-runner:<version-tag> command. For the list of available version tags, see GitLab Runner tags.
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner
Install GitLab Runner | GitLab Docs
GitLab Runner runs the CI/CD jobs defined in GitLab.
GitLab
docs.gitlab.com › gitlab docs › administer › administer gitlab runner › register a runner
Registering runners | GitLab Docs
You can also use the non-interactive mode to use additional arguments to register the runner: ... sudo gitlab-runner register \ --non-interactive \ --url "https://gitlab.com/" \ --token "$RUNNER_TOKEN" \ --executor "docker" \ --docker-image alpine:latest \ --docker-pull-policy "if-not-present" \ --description "docker-runner"
GitLab
docs.gitlab.com › gitlab docs › use gitlab › use ci/cd to build your application › runners
Runners | GitLab Docs
They are responsible for running your builds, tests, deployments, and other CI/CD tasks defined in .gitlab-ci.yml files. The following is a basic workflow of how runners work:
Wikimedia
wikitech.wikimedia.org › wiki › GitLab › Gitlab_Runner
GitLab/Gitlab Runner - Wikitech
July 7, 2026 - General purpose CI workers. These Runners execute jobs for a wide range of projects inside the /repos group in GitLab. If access to this kind of Runner is needed, consider moving your git repository to the /repos group and make yourself familiar with the details under Shared GitLab Runners.
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › windows
Install GitLab Runner on Windows | GitLab Docs
Register a runner. Install GitLab Runner as a service and start it.
GitLab
docs.gitlab.com › gitlab docs › administer › administer gitlab runner › configure runners
Configuring runners | GitLab Docs
To the right of the runner you want to edit, select Edit ( ). In the Maximum job timeout field, enter a value in seconds. The minimum value is 600 seconds (10 minutes). If not defined, the job timeout for the project is used instead. Select Save changes. To control the amount of time script and after_script runs before it terminates, specify a timeout value in the .gitlab-ci.yml file.
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › helm chart
GitLab Runner Helm chart | GitLab Docs
NAME CHART VERSION APP VERSION DESCRIPTION gitlab/gitlab-runner 0.64.0 16.11.0 GitLab Runner gitlab/gitlab-runner 0.63.0 16.10.0 GitLab Runner gitlab/gitlab-runner 0.62.1 16.9.1 GitLab Runner gitlab/gitlab-runner 0.62.0 16.9.0 GitLab Runner gitlab/gitlab-runner 0.61.3 16.8.1 GitLab Runner gitlab/gitlab-runner 0.61.2 16.8.0 GitLab Runner ... Helm chart versions 0.92.2 and later are also available as Open Container Initiative (OCI) artifacts. Use this method as an alternative to adding the GitLab Helm repository.
GitLab
packages.gitlab.com › runner › gitlab-runner
runner/gitlab-runner - Packages · packages.gitlab.com
Index of runner/gitlab-runner/ · / amazon/ debian/ el/ fedora/ linuxmint/ ol/ opensuse/ raspbian/ sles/ ubuntu/
GitLab
docs.gitlab.com › gitlab docs › install › configure gitlab runner › commands
GitLab Runner commands | GitLab Docs
The following commands allow you to manage the runner as a system or user service. Use them to install, uninstall, start, and stop the runner service. ... This command installs GitLab Runner as a service.
GitLab
docs.gitlab.com › gitlab docs › administer › administer gitlab runner › create and manage runners
Manage runners | GitLab Docs
Select Create instance runner. Select the operating system where GitLab Runner is installed.