diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d89e3540afad8f9abc952e78345f783bb86419bd..6657a529d4d891fd886618fac017eeaed402122c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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