Commit 854a27a8 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix compare to input job

parent f7625159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -839,7 +839,7 @@ workflow:

.ivas-pytest-compare-to-input-anchor: &ivas-pytest-compare-to-input-anchor
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-make", "pytest-to-ref-pre"]
  timeout: "360 minutes"
  variables:
    SUMMARY_HTML_ARTIFACT_NAME: "summary_$CI_JOB_NAME.html"