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