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