Category: Jenkins, gitlab

In DevOps culture, everything should be in an automatic flow and CI/CD makes it a reality. Gitlab CI/CD is a vast topic and needs a full course. In this post, I will talk about Gitlab CI, and what is Gitlab runner and how to install it and link to our project.

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/CD, the open-source continuous integration service included with GitLab that coordinates the jobs.

Related Articles