Commit 5b33421d authored by Jan Kiene's avatar Jan Kiene
Browse files

run ci only on runner to test

parent 336ea403
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,14 +76,14 @@ stages:
# templates to define stages and platforms
.test-job-linux:
  tags:
    - ivas-basop-linux
    - test-fhg-basop-runner-3

.build-job-linux:
  stage: build
  timeout: "2 minutes"
  needs: []
  tags:
    - ivas-basop-linux
    - test-fhg-basop-runner-3

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir: