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