Commit a00905b7 authored by norvell's avatar norvell
Browse files

Fix needs in check-be-to-target-anchor, extends likely overwritten

parent a32b0453
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ stages:

.check-be-to-target-anchor: &check-be-to-target-anchor
  stage: check-be
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-make","branch-is-up-to-date-with-target-pre"]
  timeout: "300 minutes"
  variables:
    XML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.xml"