Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,14 @@ default: - cd $dir .test_audiotools_convert: # test the format conversion only test_audiotools_convert: tags: - linux script: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run some test configs for item creation test_processing: tags: - linux Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,14 @@ default: - cd $dir .test_audiotools_convert: # test the format conversion only test_audiotools_convert: tags: - linux script: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run some test configs for item creation test_processing: tags: - linux Loading