snippets/old_snippets/gitlab-runners-config.en.md

548 B

title date draft snippet_types
configure more gitlab runners 2020-01-11T05:16:03+01:00 false
gitlab
docker
$ docker run --rm -t -i -v /home/travis/runner:/etc/gitlab-runner --name gitlab-runner-hypert-web gitlab/gitlab-runner register

Gitlab's ci pipelines are superpowerful and not hard to setup but you do have to get runners going. For me running gitlab in out of a docker container this is how I add runners to a new project

source:

gitlab docs