diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8cf8cf..15be397 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,5 @@ steps: pip3 install unittest pip3 install pytest - name: Run tests - run: + run: | python3 -m unittest tests/* \ No newline at end of file