diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 535f600..1387dec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ pytest: - pip3 install sqlalchemy - pip3 install pgmock - pip3 install psycopg2 - - pip3 install unittest - pip3 install pytest script: - python3 -m unittest tests/* \ No newline at end of file + python3 -m pytest tests/* \ No newline at end of file