gitlab-ci-pipeline-configuration

Installation
SKILL.md

GitLab CI - Pipeline Configuration

Configure GitLab CI/CD pipelines with proper stage ordering, workflow rules, and execution flow.

Pipeline Structure

# .gitlab-ci.yml
stages:
  - build
  - test
  - deploy
Installs
26
GitHub Stars
173
First Seen
Jan 22, 2026
gitlab-ci-pipeline-configuration — thebushidocollective/han