gitlab

CI/CD pipeline with GitLab CI

GitLab CI/CD uses .gitlab-ci.yml for pipeline configuration. Pipelines consist of stages that run sequentially. Jobs within the same stage run in parallel. The image key sets the Docker image for each job. variables define global or job-level environm