diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e136b8b46dfab5db7bce0ed62f2405bb8a143b1..26ef0e519ec0104dea3cd1a3bda11a2fe029d78f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,11 @@ update-data:
     - updating
   script:
     - python -V
+    - pip install pandas
+    - pip install numpy
+    - pip install pickle
+    - pip install sklearn
+    - pip install nltk
     - python update.py
   only:
     changes: