Update .gitlab-ci.yml file

main
Ferexio 2022-11-23 21:03:30 +00:00
parent 176af229c7
commit e9cf78499a
1 changed files with 2 additions and 3 deletions

View File

@ -20,6 +20,5 @@ steps:
pip3 install unittest
pip3 install pytest
- name: Run tests
test:
script:
- python3 -m unittest tests/*
run:
python3 -m unittest tests/*