Update .gitlab-ci.yml file

main
Ferexio 2022-11-23 21:21:31 +00:00
parent 58df0463ec
commit 464eb590ad
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ pytest:
- pip3 install pgmock
- pip3 install psycopg2
- pip3 install pytest
- pip3 install GitPython
script:
python3 -m pytest tests/*