Install Runner
- Add official repository
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
Install dependencies\
apt-get install git
Disable
skel
before installation\export GITLAB_RUNNER_DISABLE_SKEL=true
Install official repository manually
sudo /var/cache/apt/archives/dpkg -i gitlab-runner_<arch>.deb
- Install latest version:
sudo -E apt-get install gitlab-runner