Running CI jobs in sequential, parallel, and custom orders
… After a minute of Googling, we figure out that there's an image called alpine , which is an almost blank Linux image. OK, let's explicitly specify that we want to use this image by adding image: alpine to .gitlab-ci.yml . …