Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,7 @@ experiments: script: - *print-common-info - *get-codec-binaries - python3 -m pytest -n auto tests/test_experiments.py::test_generate_test_items # extra call for categories, to prevent too many processes - python3 -m pytest -n auto tests/test_experiments.py::test_categories - python3 -m pytest -n auto tests/test_experiments.py # run some test configs for item creation test_processing: Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,7 @@ experiments: script: - *print-common-info - *get-codec-binaries - python3 -m pytest -n auto tests/test_experiments.py::test_generate_test_items # extra call for categories, to prevent too many processes - python3 -m pytest -n auto tests/test_experiments.py::test_categories - python3 -m pytest -n auto tests/test_experiments.py # run some test configs for item creation test_processing: Loading