Loading .gitlab-ci.yml +14 −10 Original line number Original line Diff line number Diff line image: "python:3.7" before_script: - python3 --version - pip3 install -q asn1tools lxml xmlschema stages: stages: - Check Schemas - check checkASN1: process_asn: stage: Check Schemas image: "mcanterb/asn1test:latest" stage: check interruptible: true script: script: - python3 testing/check_asn1.py - python3 testing/asn_process.py No newline at end of file process_xsd: image: "mcanterb/xsdtest:latest" stage: check interruptible: true script: - python3 testing/xsd_process.py Loading
.gitlab-ci.yml +14 −10 Original line number Original line Diff line number Diff line image: "python:3.7" before_script: - python3 --version - pip3 install -q asn1tools lxml xmlschema stages: stages: - Check Schemas - check checkASN1: process_asn: stage: Check Schemas image: "mcanterb/asn1test:latest" stage: check interruptible: true script: script: - python3 testing/check_asn1.py - python3 testing/asn_process.py No newline at end of file process_xsd: image: "mcanterb/xsdtest:latest" stage: check interruptible: true script: - python3 testing/xsd_process.py