Update .gitlab-ci.yml file

This commit is contained in:
Ferexio 2022-11-23 21:03:55 +00:00
parent e9cf78499a
commit 17857752f0

View file

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