CI/CD

By Arun AK, 9 November, 2019

Gitlab is a web-based Dev ops tool that provides git repository manager along with CI/CD pipeline features. Here we will see how to set up gitlab CI/CD pipeline for a project.

Continuous integration is a development practice that can help to identify the issues early in the code by verifying each check-in by the developers. Before we start with CI let us understand what is a runner.