From 1afd40c05154f03c46c560e2f33df39cc7940998 Mon Sep 17 00:00:00 2001
From: Sigurd <sigurd1994@hotmail.com>
Date: Fri, 18 Mar 2022 10:11:37 +0100
Subject: [PATCH] Back to original

Attempt to make it in one line failed, cba using more time on this
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49743d8..cebb908 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,8 @@ test:
     - cd backend/secfit
     - apt-get update -qy
     - pip install -r requirements.txt
-    - python manage.py test workouts,users --testrunner django_nose.NoseTestSuiteRunner --with-coverage --cover-package users,workouts --cover-erase
+    - python manage.py test workouts --testrunner django_nose.NoseTestSuiteRunner --with-coverage --cover-package workouts --cover-erase
+    - python manage.py test users --testrunner django_nose.NoseTestSuiteRunner --with-coverage --cover-package users --cover-erase
 
 staging:
   type: deploy
-- 
GitLab