Skip to main content

Install Runner

  1. Add official repository
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
  1. Install dependencies\ apt-get install git

  2. Disable skel before installation\ export GITLAB_RUNNER_DISABLE_SKEL=true

  3. Install official repository manually

gitlab-runner-downloads

sudo /var/cache/apt/archives/dpkg -i gitlab-runner_<arch>.deb
  1. Install latest version:
sudo -E apt-get install gitlab-runner