Commit 3cb362c8 authored by canterburym's avatar canterburym
Browse files

Update .gitlab-ci.yml

parent 85476d91
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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: