.gitlab-ci.yml 286 Bytes
Newer Older
canterburym's avatar
canterburym committed
stages:
  - check
canterburym's avatar
canterburym committed

process_asn:
  image: "mcanterb/asn1test:latest"
  stage: check
  interruptible: true
canterburym's avatar
canterburym committed
  script:
    - python3 testing/asn_process.py

process_xsd:
  image: "mcanterb/xsdtest:latest"
  stage: check
  interruptible: true
  script:
    - python3 testing/xsd_process.py