Commit 6e897b7d authored by norvell's avatar norvell
Browse files

Fix for rules

parent 20e7299b
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -639,8 +639,6 @@ workflow:
        - report-junit.xml

.ivas-pytest-compare-to-input-anchor: &ivas-pytest-compare-to-input-anchor
  extends:
    - .job-linux
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "360 minutes"
@@ -1200,8 +1198,8 @@ ivas-pytest-compare_to_ref-short-dec-lev+10:
### jobs that compare the output synthesis to the input files directly
ivas-pytest-compare-to-input-short-dec:
  extends:
    - .rules-pytest-to-input-short
    - .test-job-linux
    - .rules-pytest-to-input-short
  before_script:
    - USE_LTV=0
    - DUT_ENCODER_PATH=./$REF_ENCODER_PATH
@@ -1211,8 +1209,8 @@ ivas-pytest-compare-to-input-short-dec:

ivas-pytest-compare-to-input-short-enc:
  extends:
    - .rules-pytest-to-input-short
    - .test-job-linux
    - .rules-pytest-to-input-short
  before_script:
    - USE_LTV=0
    - DUT_DECODER_PATH=./$REF_DECODER_PATH