For running GitLab's CI/CD jobs
DevelopmentFree
About
GitLab Runner is the open-source agent that executes CI/CD jobs defined in your .gitlab-ci.yml pipelines. It connects to a GitLab instance (self-hosted or GitLab.com), picks up jobs from the pipeline queue, executes them in an isolated environment, and reports results back to Git…