Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line stages: stages: - build # section name of the CI pipeline - test # other section executed AFTER 'build' Loading Loading @@ -28,3 +29,4 @@ test_job_2: - echo "Running more tests in group 2..." - sleep 5 - echo "Testing complete." needs: [test_job_1] # mark this step to be executed AFTER "test_job_1" No newline at end of file Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line stages: stages: - build # section name of the CI pipeline - test # other section executed AFTER 'build' Loading Loading @@ -28,3 +29,4 @@ test_job_2: - echo "Running more tests in group 2..." - sleep 5 - echo "Testing complete." needs: [test_job_1] # mark this step to be executed AFTER "test_job_1" No newline at end of file