Update .gitlab-ci.yml file

main
Ferexio 2022-11-23 21:06:02 +00:00
parent 17857752f0
commit 64d770d51b
1 changed files with 9 additions and 9 deletions

View File

@ -11,14 +11,14 @@ steps:
with:
python-version: 3.9
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install testing.postgresql
pip3 install sqlalchemy
pip3 install pgmock
pip3 install psycopg2
pip3 install unittest
pip3 install pytest
script:
- python3 -m pip install --upgrade pip
- pip3 install testing.postgresql
- pip3 install sqlalchemy
- pip3 install pgmock
- pip3 install psycopg2
- pip3 install unittest
- pip3 install pytest
- name: Run tests
run: |
script:
python3 -m unittest tests/*