Junior — Middle
Where is the command execution performed during the GitLab CI/CD process?
sobes.tech AI
Answer from AI
Commands in GitLab CI/CD are executed on runners. Runners are special agents that receive tasks from the pipeline and execute scripts described in .gitlab-ci.yml. They can operate on different machines and in various environments (such as Docker containers, virtual machines, or local servers). Therefore, the runner is responsible for executing commands defined in the stages and jobs of the CI/CD process.