gitlab-runner

Manage GitLab runners. More information: <https://docs.gitlab.com/runner/>.

Debian Debian
RUN apt-get update && \ apt-get install -y gitlab-runner
Ubuntu
RUN apt-get update && \ apt-get install -y gitlab-runner
Arch Arch Linux
RUN pacman -S --noconfirm gitlab-runner
Raspbian
RUN apt-get update && \ apt-get install -y gitlab-runner
click the source code to copy install gitlab-runner on any operating system with command-not-found.com