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