Commit c485b9bc authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

corrected branch name

parent 4e8eac96
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -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:
@@ -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: