Commit 63051b13 authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "only run jobs on single runner with test setup"

This reverts commit fdf3f029.
parent 20c1aab5
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:
    - test_fhg_1
    - linux
  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:
    - test_fhg_1
    - linux
  script:
    - *print-common-info
    - *get-codec-binaries
@@ -61,7 +61,7 @@ test_processing:
lint:
  stage: analyze
  tags:
    - test_fhg_1
    - linux
  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:
    - test_fhg_1
    - linux
  allow_failure: true
  script:
    - mkdir $ARTIFACT_FOLDER