Commit 0f3ed1d9 authored by norvell's avatar norvell
Browse files

Attempt to fix missing rules and missing fetch of ci scripts

parent 149cfbaa
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -195,6 +195,8 @@ workflow:
    IMAGES_ARTIFACT_NAME: "images_$CI_JOB_NAME"
    IMAGES_ARTIFACT_SPLIT: "images_split_$CI_JOB_NAME"
  script:
    - !reference [ .job-linux, before_script ]

    - set -euxo pipefail
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
@@ -318,6 +320,7 @@ workflow:
.check-be-job:
  extends:
    - .test-job-linux
    - .rules-pytest-to-main-short
  before_script:
    - !reference [ .test-job-linux, before_script ]
    - rm -rf tests/dut tests/ref