Commit 8564deb5 authored by Jan Kiene's avatar Jan Kiene
Browse files

add global log file

parent fefd2096
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -83,10 +83,11 @@ experiments:
    - rm -rf experiments/selection/*/proc_*/*
    - *print-common-info
    - *get-codec-binaries
    - python3 -m pytest tests/test_experiments.py --log-level ERROR
    - python3 -m pytest tests/test_experiments.py --log-level ERROR | tee log.txt
  artifacts:
    paths:
      - experiments/selection/*/proc_output/*.log
      - log.txt
    when: always
    expire_in: 1 week