Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ image: "python:3.7" before_script: - python3 --version - pip3 install -q asn1tools - pip3 install -q asn1tools lxml xmlschema stages: - Check ASN.1 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ image: "python:3.7" before_script: - python3 --version - pip3 install -q asn1tools - pip3 install -q asn1tools lxml xmlschema stages: - Check ASN.1 Loading