Update .gitlab-ci.yml file

This commit is contained in:
Ferexio 2022-11-23 21:11:56 +00:00
parent 280c9f67a6
commit 01e505d733

View file

@ -9,7 +9,6 @@ pytest:
- pip3 install sqlalchemy - pip3 install sqlalchemy
- pip3 install pgmock - pip3 install pgmock
- pip3 install psycopg2 - pip3 install psycopg2
- pip3 install unittest
- pip3 install pytest - pip3 install pytest
script: script:
python3 -m unittest tests/* python3 -m pytest tests/*