Commit d3febbd3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove pipeline tests

Nothing was being tested.
parent b696b278
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
unittest:
  image: python:3.7
  stage: test
  before_script:
  - pip install .
  script:
  - ./manage.py test