Commit 4409f5f3 authored by Jan Kiene's avatar Jan Kiene
Browse files

activate all tests again

parent 02212750
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ check_for_binaries:
# ------------------------------------

# test the format conversion only
.test_audiotools_convert:
test_audiotools_convert:
  stage: test
  tags:
    - linux
@@ -81,7 +81,7 @@ experiments:
  script:
    - *print-common-info
    - *get-codec-binaries
    - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto -x | tee log.txt
    - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt
  artifacts:
    paths:
      - experiments/selection/*/proc_output/*.log
@@ -90,7 +90,7 @@ experiments:
    expire_in: 1 week

# run some test configs for item creation
.test_processing:
test_processing:
  stage: test
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'