Commit 3bdb33b5 authored by Jan Kiene's avatar Jan Kiene
Browse files

shorten names for convenience in web pipeline view

parent f06d238c
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -491,7 +491,7 @@ branch-is-up-to-date-with-main-post:
      junit:
        - report-junit.xml

check-compatibility-with-basop-reference-branch-stv:
basop-ref-compat-stv:
  extends:
    - .basop-ci-branch-compat-template
  variables:
@@ -499,7 +499,7 @@ check-compatibility-with-basop-reference-branch-stv:
  script:
    - exit 0

check-compatibility-with-basop-reference-branch-ltv:
basop-ref-compat-ltv:
  extends:
    - .basop-ci-branch-compat-template
  variables:
@@ -507,7 +507,7 @@ check-compatibility-with-basop-reference-branch-ltv:
  script:
    - exit 0

check-compatibility-with-basop-reference-branch-encoder-stv:
basop-ref-compat-encoder-stv:
  extends:
    - .basop-ci-branch-compat-template
  variables:
@@ -515,7 +515,7 @@ check-compatibility-with-basop-reference-branch-encoder-stv:
  script:
    - exit 0

check-compatibility-with-basop-reference-branch-encoder-ltv:
basop-ref-compat-encoder-ltv:
  extends:
    - .basop-ci-branch-compat-template
  variables:
@@ -523,7 +523,7 @@ check-compatibility-with-basop-reference-branch-encoder-ltv:
  script:
    - exit 0

check-compatibility-with-basop-reference-branch-encoder-dmx-comparison:
basop-ref-compat-encoder-dmx-comp:
  extends:
    - .basop-ci-branch-compat-template
  variables: