Commit 81df7fef authored by Jan Kiene's avatar Jan Kiene
Browse files

add debug printout to job

parent d0023526
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -388,6 +388,10 @@ renderer-smoke-test:
  needs: ["build-codec-linux-make"]
  stage: test
  script:
    - ls scripts
    - ls -altr scripts/ivas-processing-scripts
    - cd scripts
    - python3 -c 'import ivas_processing_scripts'
    - make -j IVAS_rend
    - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/renderer/test_renderer.py
  artifacts: