Commit 53b1126e authored by Jan Kiene's avatar Jan Kiene
Browse files

activate test jobs again

parent 08350cb6
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -74,14 +74,15 @@ test_audiotools_convert:
    - python3 -m pytest -n auto tests/test_audiotools_convert.py

# run the test configs for the selection experiments
.experiments:
experiments:
  stage: test
  tags:
    - linux
  script:
    - *print-common-info
    - *get-codec-binaries
    - python3 -m pytest tests/test_experiments.py -n auto | tee log.txt
    - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt
    - python3 -m pytest tests/test_experiments.py::test_categories -n auto | tee log.txt
  artifacts:
    paths:
      - experiments/selection/*/proc_output/*.log
@@ -104,7 +105,7 @@ experiment-setup:
    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'