Update .gitlab-ci.yml file

main
Ferexio 2022-11-23 21:11:56 +00:00
parent 280c9f67a6
commit 01e505d733
1 changed files with 1 additions and 2 deletions

View File

@ -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/*
python3 -m pytest tests/*