image: "python:3.7" before_script: - python3 --version - pip3 install -q asn1tools stages: - Check ASN.1 - Check XSD checkASN1: stage: Check ASN.1 script: - python3 testing/check_asn1.py checkXSD: stage: Check XSD script: - python3 testing/check_xsd.py