From dbabec543abb5c2819422f048aeb8fbe5cdb4cbd Mon Sep 17 00:00:00 2001 From: AcidUK Date: Thu, 4 Jul 2019 19:37:54 +0100 Subject: [PATCH] Changed pytests command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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