diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d829eaa..9c36e1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ stages: test: stage: test script: - - pytest tests \ No newline at end of file + - python -m pytest tests \ No newline at end of file