Loading ci_cd/problem3c.yml +2 −3 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ exec_problem_3c: tags: [c++-17] extra_credit: stage: test stage: extra needs: - job: compile_problem_3c artifacts: true Loading @@ -78,7 +78,6 @@ extra_credit: rules: - if: '$INTERNAL_TESTS == "1"' when: never - if: '$CI_COMMIT_REF_NAME == "problem2a"' - if: '$CI_COMMIT_REF_NAME == "problem3c"' timeout: 2m # tags: [c++-17-light] tags: [ c++-17 ] Loading
ci_cd/problem3c.yml +2 −3 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ exec_problem_3c: tags: [c++-17] extra_credit: stage: test stage: extra needs: - job: compile_problem_3c artifacts: true Loading @@ -78,7 +78,6 @@ extra_credit: rules: - if: '$INTERNAL_TESTS == "1"' when: never - if: '$CI_COMMIT_REF_NAME == "problem2a"' - if: '$CI_COMMIT_REF_NAME == "problem3c"' timeout: 2m # tags: [c++-17-light] tags: [ c++-17 ]