Commit 07eb1daa authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

corrected branch name

parent 7120ca51
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
prebuild_problem_3:
prebuild_problem_3b:
  stage: prebuild
  script:
    - |
@@ -20,7 +20,7 @@ prebuild_problem_3:
    paths:
      - hw8_ec/
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem3"'
    - if: '$CI_COMMIT_REF_NAME == "problem3b"'
  tags: [c++-17]

compile_problem_3:
@@ -36,7 +36,7 @@ compile_problem_3:
    paths:
      - hw8_ec/
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem3"'
    - if: '$CI_COMMIT_REF_NAME == "problem3b"'
  tags: [c++-17]

test_opponents:
@@ -79,7 +79,7 @@ test_opponents:
    paths:
      - hw8_ec/
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem3"'
    - if: '$CI_COMMIT_REF_NAME == "problem3b"'
  tags: [c++-17]
  parallel:
    matrix: