Commit 93c954ac authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent b684e515
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ test_Parent:
  rules:
    - changes:
      - src/edu/bu/ec504/hw3/bst/ExtendedBSTSet.java
    - if: '$CI_COMMIT_BRANCH =~ "/^Problem\_1a$"/i'
    - if: '$CI_COMMIT_BRANCH =~ "/^Problem\_1a$/i"'
    - when: always
  tags: [java]

@@ -114,7 +114,7 @@ test_Rotation:
  rules:
    - changes:
      - src/edu/bu/ec504/hw3/bst/ExtendedBSTSet.java
    - if: '$CI_COMMIT_BRANCH =~ "/^Problem\_1b$"/i'
    - if: '$CI_COMMIT_BRANCH =~ "/^Problem\_1b$/i"'
    - when: always
  tags: [java]