Old GitLab Runner URLs

note
Take a look at the compatibility section to check GitLab Runner compatibility with your version of GitLab.

In GitLab Runner 10, the name of the executable was renamed from gitlab-ci-multi-runner to gitlab-runner. With that change, GitLab Runner has a new home and the package repository was renamed as well.

Using the Linux repository

For versions prior to 10.0, the repository URLs are:

# For Debian/Ubuntu
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh" | sudo bash

# For RHEL/CentOS
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm.sh" | sudo bash

Downloading the binaries manually

For manual installations, the old GitLab Runner binaries can be found under https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/index.html.