diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa48a6e424b2a78edac3f123e15de14863a581af..1a1fa99ad432bc86f48611c667d38ea500c17d64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ before_script:
   - python --version                                   # Print out python version for debugging
   # Uncomment next line if your Django app needs a JS runtime:
   # - apt-get update -q && apt-get install nodejs -yqq
-  #- pip install -r requirements.txt
+  - pip install -r requirements.txt
 
 # To get Django tests to work you may need to create a settings file using
 # the following DATABASES: