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

only run jobs on single runner with test setup

parent c03ac513
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stages:
test_audiotools_convert:
  stage: test
  tags:
    - linux
    - test_fhg_1
  script:
    - *print-common-info
    - python3 -m pytest -n auto tests/test_audiotools_convert.py
@@ -48,7 +48,7 @@ test_audiotools_convert:
test_processing:
  stage: test
  tags:
    - linux
    - test_fhg_1
  script:
    - *print-common-info
    - *get-codec-binaries
@@ -61,7 +61,7 @@ test_processing:
lint:
  stage: analyze
  tags:
    - linux
    - test_fhg_1
  allow_failure: true
  script:
    - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741
@@ -72,7 +72,7 @@ format:
    ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix"
    ARTIFACT_FOLDER: "formatting-patch"
  tags:
    - linux
    - test_fhg_1
  allow_failure: true
  script:
    - mkdir $ARTIFACT_FOLDER