GitLab CI Cheatsheet

Top patterns.

Overview

The GitLab CI cheatsheet captures the patterns operators actually use, not the full keyword reference. Five primitives cover almost every pipeline a team writes: stages, jobs, rules, needs, and includes.

The approach

Three habits separate a fluent GitLab CI user from a tutorial-driven one: rules over only/except, needs for parallelism, and include for organisational reuse.

Why this compounds

GitLab CI fluency is high-leverage because the same primitives serve every pipeline the team writes. Each captured pattern reuses across repos.