diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35a922b7a79316ce583fdcd209f5264d015053ed..0578a115fcecd8137e2adac603486ae6b04f8ccc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,15 +6,15 @@ stages:
 #  - test
   - deploy
 
-#test:
-#  image: python:3
-#  stage: test
-#  script:
+test:
+  image: python:3
+  stage: test
+  script:
   # this configures Django application to use attached postgres database that is run on `postgres` host
-#    - cd backend/secfit
-#    - apt-get update -qy
-#    - pip install -r requirements.txt
-#    - python manage.py test
+    - cd backend/secfit
+    - apt-get update -qy
+    - pip install -r requirements.txt
+   - python manage.py test
 
 deploy:
   image: ruby