Process Flow - GitLab CI basics
Push code to GitLab repo
GitLab detects push event
GitLab CI reads .gitlab-ci.yml
Pipeline starts: jobs run in stages
Jobs execute scripts on runners
Jobs report success or failure
Pipeline finishes with overall status
This flow shows how pushing code triggers GitLab CI to run jobs defined in the .gitlab-ci.yml file, executing them step-by-step and reporting results.