Question - How does GitLab CI work?
Answer -
Continuous integration (CI) begins with your GitLab instance. You can share new code via merge requests, and you can initiate a pipeline of automated processes. The build, test, and deploy pipelines will run after code is committed to the repository. Continuous delivery (CD) allows you to take your project from concept to completion. It does this by putting your features into production after automated pipelines have been validated through CI.