Runners

Gitlab CI/CD is a DevOps tool integrated into Gitlab to be able to make continuous integration, continuous delivery and continuous deployment. In order to use this tool you must use the Gitlab Runners, which are applications that are responsible for running the Gitlab CI/CD pipeline jobs. Although Gitlab servers may have shared runners that any […]