Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only .test_audiotools_convert: test_audiotools_convert: stage: test tags: - linux Loading @@ -58,7 +58,7 @@ check_for_binaries: - 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 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only .test_audiotools_convert: test_audiotools_convert: stage: test tags: - linux Loading @@ -58,7 +58,7 @@ check_for_binaries: - 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 Loading