Commit cea1381d authored by Jan Kiene's avatar Jan Kiene
Browse files

correct runner tag

parent efea09ea
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -202,14 +202,14 @@ stages:
# templates to define stages and platforms
.test-job-linux:
  tags:
    - test-fhg-runner3
    - test-fhg-linux-runner3

.build-job-linux:
  stage: build
  timeout: "4 minutes"
  needs: []
  tags:
    - test-fhg-runner3
    - test-fhg-linux-runner3

.build-job-windows:
  stage: build
@@ -272,7 +272,7 @@ branch-is-up-to-date-with-main-pre:
  stage: prevalidate
  needs: []
  tags:
    - test-fhg-runner3
    - test-fhg-linux-runner3
  script:
    - *get-commits-behind-count
    - echo $commits_behind_count
@@ -283,7 +283,7 @@ branch-is-up-to-date-with-main-post:
    - .rules-merge-request
  stage: postvalidate
  tags:
    - test-fhg-runner3
    - test-fhg-linux-runner3
  script:
    - *get-commits-behind-count
    - echo $commits_behind_count