Commit 0ef48f04 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0681' of forge.3gpp.org:sa3/li into cr/33128/0681

parents f7166f13 61d63efc
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stages:
  - build

preflight:
  image: "forge.3gpp.org:5050/sa3/li/forgelib"
  image: "mcanterb/forgelib"
  stage: preflight
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
@@ -20,14 +20,14 @@ preflight:
    - forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID

process_asn:
  image: "forge.3gpp.org:5050/sa3/li/asn1test:latest"
  image: "mcanterb/asntest:latest"
  stage: check
  interruptible: true
  script:
    - python3 testing/asn_process.py

process_xsd:
  image: "forge.3gpp.org:5050/sa3/li/xsdtest_test:latest"
  image: "mcanterb/xsdtest:latest"
  stage: check
  interruptible: true
  script:
@@ -35,7 +35,7 @@ process_xsd:
    - python3 testing/lint_xml.py

editorconfig_check:
  image: "forge.3gpp.org:5050/sa3/li/ec_test:latest"
  image: "mcanterb/ec_test:latest"
  stage: check
  interruptible: true
  script:
@@ -43,7 +43,7 @@ editorconfig_check:


generate_artefacts:
  image: "forge.3gpp.org:5050/sa3/li/forgelib"
  image: "mcanterb/forgelib"
  stage: build
  interruptible: true
  rules: