Commit 58c29498 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

adding trigger to lab1

parent e2c01d90
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -75,8 +75,11 @@ test_lab_1:
  tags: [c++-17]

internal_tests_lab_1:
  trigger:
    project: ec327/ec327-staff/lab-tests/lab-1-tests
    branch: master
    strategy: call
    token: $TRIGGER_TOKEN
 No newline at end of file
  stage: tests
  script:
    - |
      curl -X POST \
        -F token=$TRIGGER_TOKEN \
        -F ref=master \
        https://gitlab.com/api/v4/projects/1519/trigger/pipeline
  tags: [shell]