diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f816fc6898547c7754bcffac01760671e1945038..2310f11fbc33276f4fdbb1a1fef9504d22294ef8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,7 +56,7 @@ test_mariadb:
          - cp "local_settings_ci_mariadb.py" "smash/smash/local_settings.py"
          - cd smash
          - sleep 10
-         - coverage run --source web manage.py test -v3
+         - coverage run --source web manage.py test --noinput -v3
          - coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"