Commit 2475b404 authored by canterburym's avatar canterburym Committed by canterburym
Browse files

Moving docker registries back

parent 947487f8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@ preflight:
    - forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID

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

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

editorconfig_check:
  image: "mcanterb/ec_test:latest"
  image: "forge.3gpp.org:5050/sa3/li/ec_test:latest"
  stage: check
  interruptible: true
  script: