Run CI/CD pipeline tests and validation.
Run pipeline tests to validate runner functionality.
$ cicerone pipeline test --runner my-runner Running pipeline tests... ✓ Job execution ✓ Artifact upload ✓ Cache management ✓ Docker executor All tests passed!
Validate .gitlab-ci.yml configuration.
$ cicerone pipeline validate .gitlab-ci.yml Validating pipeline... ✓ Syntax OK ✓ Stage definitions valid ✓ Job configurations valid ✓ No deprecated keywords Pipeline configuration is valid.