Gitlab runners

2022, Mar 22    

Gitlab CI uses runners. On gitlab.com, the docker runner are just available. For your own gitlab instances, or if you have special needs, you need to set op your own.

See also the official documentation.

There is an issue with the design that makes scripting difficult.

Docker runners

To use, I made an ansible role available here, and an associated test project.

See the readme for details.

This is set up as “specific runners”. No monitoring, scaling, firewalling or similar needed to deploy in production is not implemented.