This page is under construction.
The gitlab-ci.yml file is responsible for defining how the CI pipeline runs. For details about the syntax of this file, see the Gitlab Wiki page.
Job - A single section of CI executed on a runner.
Pipeline - A sequence of jobs in parallel or sequence. See the relevant Wiki page.
Runner - A machine that performs the actual execution of a job.