Commit 51b8c841 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix yaml file

parent 8ae59d33
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1025,7 +1025,7 @@ clang-format-check:
# ---------------------------------------------------------------

# check bitexactness to EVS windows binaries
be-2-evs-windows:
.be-2-evs-windows:
  extends:
    - .rules-main-push
  tags:
@@ -1049,7 +1049,7 @@ be-2-evs-windows:
    - python ../ci/run_evs_be_win_test.py

# check bitexactness to EVS
be-2-evs-linux:
.be-2-evs-linux:
  extends:
    - .test-job-linux
    - .rules-main-push
@@ -1075,7 +1075,7 @@ be-2-evs-linux:
    - cd evs_be_test
    - python3 ../ci/run_evs_be_test.py

codec-comparison-on-main-push:
.codec-comparison-on-main-push:
  extends:
    - .test-job-linux
    - .rules-main-push
@@ -1162,7 +1162,7 @@ codec-comparison-on-main-push:
# Manual jobs
# ---------------------------------------------------------------

test-be-to-release:
.test-be-to-release:
  stage: test
  tags:
    - ivas-windows
@@ -1189,7 +1189,7 @@ test-be-to-release:
    expose_as: "test-be-to-release results"


test-long-self-test:
.test-long-self-test:
  tags:
    - ivas-linux-fast
  stage: compare