Skip to content

Use 'needs' instead of 'dependencies'

Specifically for the 'deploy_dev' job. This means that the 'deploy_dev' job will run as soon as 'elm_make' has run. It should not wait for the testing jobs in 'Test' stage.

More information: https://docs.gitlab.com/ee/ci/yaml/README.html#needs

This is what it looks like when the deploy_dev runs even though the test jobs have not completed:

Screen_Shot_2021-02-02_at_06.29.06

Screen_Shot_2021-02-02_at_06.29.54

Closes #453 (closed)

Edited by Julian Pistorius

Merge request reports