Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ stages: building_stage: stage: build tags: ["np-tmcode"] allow_failure: false artifacts: paths: Loading @@ -48,6 +49,7 @@ building_stage: running_stage: stage: run tags: ["np-tmcode"] allow_failure: false needs: - job: building_stage Loading Loading @@ -79,6 +81,7 @@ running_stage: testing_stage: stage: test tags: ["np-tmcode"] allow_failure: true needs: - job: building_stage Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ stages: building_stage: stage: build tags: ["np-tmcode"] allow_failure: false artifacts: paths: Loading @@ -48,6 +49,7 @@ building_stage: running_stage: stage: run tags: ["np-tmcode"] allow_failure: false needs: - job: building_stage Loading Loading @@ -79,6 +81,7 @@ running_stage: testing_stage: stage: test tags: ["np-tmcode"] allow_failure: true needs: - job: building_stage Loading