Loading .gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -23,6 +23,7 @@ test_job_1: - echo "Running test group 1 ..." - echo "Running test group 1 ..." - python test_program.py - python test_program.py - echo "Testing complete." - echo "Testing complete." allow_failure: true test_job_2: test_job_2: stage: test # section where to run the job stage: test # section where to run the job Loading Loading
.gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -23,6 +23,7 @@ test_job_1: - echo "Running test group 1 ..." - echo "Running test group 1 ..." - python test_program.py - python test_program.py - echo "Testing complete." - echo "Testing complete." allow_failure: true test_job_2: test_job_2: stage: test # section where to run the job stage: test # section where to run the job Loading