Update .gitlab-ci.yml file

This commit is contained in:
Ferexio 2022-11-23 21:03:30 +00:00
parent 176af229c7
commit e9cf78499a

View file

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