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