What is the default name of a gitlab CI/CD configuration file?
.gitlab-ci.yml
What does a gitlab CI/CD pipeline consist of?
jobs
Jobs are grouped in stages.
Stages form a linear sequence. All jobs in a stage must complete successfully before next stage is started.