Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ testing_stage: stage: test allow_failure: true needs: - job: building_stage - job: running_stage dependencies: - building_stage Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ testing_stage: stage: test allow_failure: true needs: - job: building_stage - job: running_stage dependencies: - building_stage Loading