- Download the standalone binaries
- Download one of the packages for Debian or Ubuntu
- Download one of the packages for RedHat or CentOS
- Download any other tagged release
GitLab Runner bleeding edge releases
Warning:
These are the latest, probably untested releases of GitLab Runner built straight
from
master
branch. Use at your own risk.Download the standalone binaries
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-linux-386
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-linux-amd64
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-linux-arm
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-darwin-386
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-darwin-amd64
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-windows-386.exe
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-windows-amd64.exe
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-freebsd-386
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-freebsd-amd64
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-freebsd-arm
You can then run the Runner with:
bash
chmod +x gitlab-runner-linux-amd64
./gitlab-runner-linux-amd64 run
Download one of the packages for Debian or Ubuntu
- https://s3.amazonaws.com/gitlab-runner-downloads/master/deb/gitlab-runner_i386.deb
- https://s3.amazonaws.com/gitlab-runner-downloads/master/deb/gitlab-runner_amd64.deb
- https://s3.amazonaws.com/gitlab-runner-downloads/master/deb/gitlab-runner_armel.deb
- https://s3.amazonaws.com/gitlab-runner-downloads/master/deb/gitlab-runner_armhf.deb
You can then install it with:
dpkg -i gitlab-runner_386.deb
Download one of the packages for RedHat or CentOS
- https://s3.amazonaws.com/gitlab-runner-downloads/master/rpm/gitlab-runner_i686.rpm
- https://s3.amazonaws.com/gitlab-runner-downloads/master/rpm/gitlab-runner_amd64.rpm
- https://s3.amazonaws.com/gitlab-runner-downloads/master/rpm/gitlab-runner_arm.rpm
- https://s3.amazonaws.com/gitlab-runner-downloads/master/rpm/gitlab-runner_armhf.rpm
You can then install it with:
rpm -i gitlab-runner_386.rpm
Download any other tagged release
Simply replace master
with either tag
(for example, 11.4.2
) or latest
(the latest
stable). For a list of tags see https://gitlab.com/gitlab-org/gitlab-runner/tags.
For example:
- https://s3.amazonaws.com/gitlab-runner-downloads/master/binaries/gitlab-runner-linux-386
- https://s3.amazonaws.com/gitlab-runner-downloads/latest/binaries/gitlab-runner-linux-386
- https://s3.amazonaws.com/gitlab-runner-downloads/v11.4.2/binaries/gitlab-runner-linux-386
If you have problem downloading through https
, fallback to plain http
:
Help and feedback
If there's something you don't like about this feature
To propose functionality that GitLab does not yet offer
To further help GitLab in shaping new features
If you didn't find what you were looking for
If you want help with something very specific to your use case, and can use some community support
POST ON GITLAB FORUM
If you have problems setting up or using this feature (depending on your GitLab subscription)
REQUEST SUPPORT
To view all GitLab tiers and features or to upgrade
If you want to try all features available in GitLab.com
If you want to try all features available in GitLab self-managed
If you spot an error or a need for improvement and would like to fix it yourself in a merge request
EDIT THIS PAGE
If you would like to suggest an improvement to this doc