Skip to content

Re-add stages

Jean-Paul Calderone requested to merge gitlabcicd-yaml-invalid into develop

GitLab docs explicitly say needs does not require stages but GitLab actual behavior is:

Found errors in your .gitlab-ci.yml:

    update-staging job needs system-tests job, but system-tests is not in any previous stage
    update-staging job needs morph-build-staging job, but morph-build-staging is not in any previous stage

Merge request reports