Commit 1e95a4c2 authored by Jan Kiene's avatar Jan Kiene
Browse files

activate test jobs again

parent c50598fd
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ stages:
# script anchor for updating the codec repo
.get-codec-binaries: &get-codec-binaries
  - dir=$(pwd)
  # NOTE: CODEC_DIR has to be in PATH
  - cd $CODEC_DIR
  # make sure that we are at latest main
  - git pull
@@ -27,7 +28,7 @@ stages:
# ------------------------------------

# test the format conversion only
.test_audiotools_convert:
test_audiotools_convert:
  stage: test
  tags:
    - linux
@@ -35,7 +36,7 @@ stages:
    - python3 -m pytest -n auto tests/test_audiotools_convert.py

# run some test configs for item creation
.test_processing:
test_processing:
  stage: test
  tags:
    - linux