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