Speed up CI using needs keyword
In version 12.2, GitLab introduced the needs keyword. Using it in the CI configuration could potentially speed up CI since some jobs can already start executing once all their prerequisites have completed.
In version 12.2, GitLab introduced the needs keyword. Using it in the CI configuration could potentially speed up CI since some jobs can already start executing once all their prerequisites have completed.