From e9cf78499a0c8c11f03ad85da2c4de993c86d4ef Mon Sep 17 00:00:00 2001 From: Ferexio Date: Wed, 23 Nov 2022 21:03:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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