Skip to content
Snippets Groups Projects
  • Update Bot's avatar
    74e4049d
    Re-add stages · 74e4049d
    Update Bot authored
    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
    
    ```
    74e4049d
    History
    Re-add stages
    Update Bot authored
    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
    
    ```