gitlab-ci-local

Run GitLab CI pipelines locally as shell or Docker executor

brewmacoslinux
Try with needOr install directly
Source

About

Run gitlab pipelines locally as shell executor or docker executor

Commands

gitlab-ci-local

Examples

Run the entire CI pipeline locally in the current directory$ gitlab-ci-local
Run a specific job from the pipeline$ gitlab-ci-local --job build
Execute pipeline using Docker executor instead of shell$ gitlab-ci-local --docker