GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs
root@9e069893788a:/# gitlab-runner register Runtime platform arch=amd64 os=linux pid=33 revision=fa86510e version=11.9.2 Running in system-mode. Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/): http://xxx.com/ Please enter the gitlab-ci token for this runner: peWrQo7zxksbVhsuTncq Please enter the gitlab-ci description for this runner: [9e069893788a]: test gitlab cid^H^H Please enter the gitlab-ci tags for this runner (comma separated): test,zlztest Registering runner... succeeded runner=peWrQo7z Please enter the executor: docker-ssh, parallels, virtualbox, kubernetes, docker, shell, ssh, docker+machine, docker-ssh+machine: docker Please enter the default Docker image (e.g. ruby:2.1): alpine:latest Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded! root@9e069893788a:/#