From 464eb590ad90031849907e73d3a9b577d2a37e61 Mon Sep 17 00:00:00 2001 From: Ferexio Date: Wed, 23 Nov 2022 21:21:31 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1387dec..4128d3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,6 @@ pytest: - pip3 install pgmock - pip3 install psycopg2 - pip3 install pytest + - pip3 install GitPython script: python3 -m pytest tests/* \ No newline at end of file