Skip to content

Use Stageless Pipelines in GitLab CI

Ondřej Surý requested to merge ondrej/remove-gitlab-ci-stages into main

This commit completely removes 'stages' from the GitLab CI configuration making the Pipelines to be Stageless (description from upstream release notes):

Using the needs keyword in your pipeline configuration helps to
reduce cycle times by ignoring stage ordering and running jobs
without waiting for others to complete. Previously, needs could only
be used between jobs on different stages.

Merge request reports