glci

Run GitLab CI/CD pipelines locally.

An experimental GitLab project.

curl -fsSL https://gitlab.com/gitlab-org/ci-cd/runner-tools/glci/-/raw/main/install.sh | bash
# Install the glci skill for your AI coding agent
glci skill install

See it in Action

Quick Start

# Launch interactive TUI
glci

# Visualize your pipeline
glci show

# Run all jobs
glci run

# Run specific jobs
glci run build test

# Run a specific stage
glci run --stage test
Esc