GitLab CI is the continuous integration system integrated in GitLab that allows automating build, test, and deployment pipelines.
What is GitLab CI?
GitLab CI is a CI/CD tool that allows defining pipelines using .gitlab-ci.yml files to automate the software development process.
.gitlab-ci.yml File
Basic Pipeline
Related Concepts
- GitLab - Platform that includes GitLab CI
- Docker - Containers in pipelines
- Kubernetes - Deployment in K8s
- DevOps - Methodology it facilitates
- SDLC - Automated lifecycle