Commit 70770366 authored by canterburym's avatar canterburym
Browse files

Update .gitlab-ci.yml

parent 6623c490
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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