Process Flow - GitLab CI with Docker
GitLab CI Pipeline Triggered
GitLab Runner Starts Job
Runner Uses Docker Executor
Docker Container Created
CI Script Runs Inside Container
Job Completes
Container Stops and Removes
Pipeline Reports Status
This flow shows how GitLab CI triggers a job, runs it inside a Docker container, and reports the result.