Loading ci_cd/problem3.yml +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ prebuild_problem_3b: compile_problem_3: stage: compile needs: - job: prebuild_problem_3 - job: prebuild_problem_3b artifacts: true script: - cd hw8_ec Loading Loading @@ -112,7 +112,7 @@ register_player: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] test_all_opponents: Loading Loading @@ -157,7 +157,7 @@ test_all_opponents: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] parallel: matrix: Loading Loading
ci_cd/problem3.yml +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ prebuild_problem_3b: compile_problem_3: stage: compile needs: - job: prebuild_problem_3 - job: prebuild_problem_3b artifacts: true script: - cd hw8_ec Loading Loading @@ -112,7 +112,7 @@ register_player: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] test_all_opponents: Loading Loading @@ -157,7 +157,7 @@ test_all_opponents: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] parallel: matrix: Loading