From 17857752f0f582d2cb5bde83e3a63f68971270ef Mon Sep 17 00:00:00 2001 From: Ferexio Date: Wed, 23 Nov 2022 21:03:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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