How to Install gitlab-runner in Ubuntu 18.04



Install gitlab-runner by entering the following commands in the terminal:

sudo apt update
sudo apt install gitlab-runner

Description:

GitLab Runner - runs continuous integration (CI) jobs

GitLab Runner runs tests and sends the results to GitLab. GitLab Continuous Integration (CI) service (included with GitLab) coordinates the testing.

Homepage: https://gitlab.com/gitlab-org/gitlab-runner

Version: 10.5.0+dfsg-2

Section: universe/devel