This guide installs GitLab Runner on Linux and registers it with your GitLab instance.
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
sudo apt-get install -y gitlab-runner
For RHEL-family systems, use the .rpm.sh repository installer from the same page.
sudo gitlab-runner register
Provide:
https://gitlab.com)shell or docker)sudo gitlab-runner verify
sudo gitlab-runner status