Commit fc52fdc7 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Attempting to use project registry

parent 05c16f1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ stages:
  - check

process_asn:
  image: "mcanterb/asn1test:latest"
  image: "forge.etsi.org:5050/li/schemas-definitions/asn1test:latest"
  stage: check
  interruptible: true
  script:
    - python3 testing/asn_process.py

process_xsd:
  image: "mcanterb/xsdtest:latest"
  image: "forge.etsi.org:5050/li/schemas-definitions/xsdtest:latest"
  stage: check
  interruptible: true
  script: