Loading .gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -5,15 +5,14 @@ before_script: - pip3 install -q asn1tools lxml xmlschema stages: - Check ASN.1 - Check XSD - Check Schemas checkASN1: stage: Check ASN.1 stage: Check Schemas script: - python3 testing/check_asn1.py checkXSD: stage: Check XSD stage: Check Schemas script: - python3 testing/check_xsd.py No newline at end of file Loading
.gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -5,15 +5,14 @@ before_script: - pip3 install -q asn1tools lxml xmlschema stages: - Check ASN.1 - Check XSD - Check Schemas checkASN1: stage: Check ASN.1 stage: Check Schemas script: - python3 testing/check_asn1.py checkXSD: stage: Check XSD stage: Check Schemas script: - python3 testing/check_xsd.py No newline at end of file