diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 6777600..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,7 +0,0 @@ -Unit Tests: - stage: test - image: python:3.8 - script: - - pip install poetry - - poetry install - - poetry run pytest \ No newline at end of file