From 419fbd172072642a9b2fc8879e8197d56391e7fc Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Tue, 6 Oct 2020 19:20:06 +0200
Subject: [PATCH] chore: turn the verbosity on

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84541e6b..aa8edcac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,5 +18,5 @@ test:
          - cp "local_settings_ci.py" "smash/smash/local_settings.py"
          - cd smash
          - python manage.py makemigrations web && python manage.py migrate
-         - coverage run --source web manage.py test
+         - coverage run --source web manage.py test -v3
          - coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
-- 
GitLab