Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ image: "python:3.6" before_script: - python3 --version - which python3 - python3 -m site - ls /usr/lib/python3.6/ - pip install --upgrade setuptools - pip install -q asn1tools lxml xmlschema stages: Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ image: "python:3.6" before_script: - python3 --version - which python3 - python3 -m site - ls /usr/lib/python3.6/ - pip install --upgrade setuptools - pip install -q asn1tools lxml xmlschema stages: Loading