Loading .gitlab-ci.yml +5 −6 Original line number Diff line number Diff line image: "python:3.7" image: "mcanterb/forge-cicd:latest" before_script: - python3 --version - pip3 install -q asn1tools lxml xmlschema stages: - Check Schemas - Checks checkASN1: stage: Check Schemas stage: Checks script: - python3 testing/check_asn1.py checkXSD: stage: Check Schemas stage: Checks script: - python3 testing/check_xsd.py No newline at end of file Loading
.gitlab-ci.yml +5 −6 Original line number Diff line number Diff line image: "python:3.7" image: "mcanterb/forge-cicd:latest" before_script: - python3 --version - pip3 install -q asn1tools lxml xmlschema stages: - Check Schemas - Checks checkASN1: stage: Check Schemas stage: Checks script: - python3 testing/check_asn1.py checkXSD: stage: Check Schemas stage: Checks script: - python3 testing/check_xsd.py No newline at end of file