Pipeline -> Jobs
Stage is a way to group jobs.
Provide stages tag to define the order of the stage. By default it is build->test->deploy
https://docs.gitlab.com/ee/ci/pipelines/