diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 20ad144a3..000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -default: - image: python:3.9 - before_script: - - apt-get update - - apt-get install -y python3-pip - - pip install -r requirements.txt - -stages: - - test - -test: - script: - - coverage run -m pytest - - coverage report -