From 30ec917f410d4b3f8c2fc29007d8b360d6586a01 Mon Sep 17 00:00:00 2001
From: Sigurd <sigurd1994@hotmail.com>
Date: Fri, 18 Mar 2022 10:05:01 +0100
Subject: [PATCH] swapped positions

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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