.gitlab-ci.yml: Use same stage names for independent jobs
According to the documentation <https://docs.gitlab.com/ce/ci/yaml/#stages>: “Jobs of the same stage are run in parallel”. Therefore a stage test_unit seems to make sense where all unit tests would be launched in parallel.
Showing
Please register or sign in to comment