diff --git a/backend/secfit/.gitlab-ci.yml b/backend/secfit/.gitlab-ci.yml
index 68e8083e41f0e1db0dee1dc34895f9b150e316a3..47f222726369787666499d795cc1867799afa05b 100644
--- a/backend/secfit/.gitlab-ci.yml
+++ b/backend/secfit/.gitlab-ci.yml
@@ -5,6 +5,7 @@ deploy:
     - apt-get clean
     - pip install --upgrade pip
     - pip install -r backend/secfit/requirements.txt
+    - python manage.py test
   cache:
     paths:
       - ~/.cache/pip/