Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ image: "python:3.6" before_script: - python3 --version - pip install --upgrade setuptools - python -m pip install --upgrade pip - pip install -q asn1tools lxml xmlschema - pip3 install --upgrade setuptools - python3 -m pip3 install --upgrade pip - pip3 install -q asn1tools lxml xmlschema stages: - Check Schemas Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ image: "python:3.6" before_script: - python3 --version - pip install --upgrade setuptools - python -m pip install --upgrade pip - pip install -q asn1tools lxml xmlschema - pip3 install --upgrade setuptools - python3 -m pip3 install --upgrade pip - pip3 install -q asn1tools lxml xmlschema stages: - Check Schemas Loading