Commit cee33555 authored by canterburym's avatar canterburym
Browse files

Parallelises test stages

parent 468e7f13
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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