From 01e505d733a9d4510a13fc7396efb99f2233a72d Mon Sep 17 00:00:00 2001 From: Ferexio Date: Wed, 23 Nov 2022 21:11:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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