diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae1ae0098201781b87a7aa9ce305b8eb96fb7635..4c2e59dac67fef0b0bed52b625a4ac1fd3d8bc54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,6 @@ stages:
 test:
   stage: test
   image: python:3.8
-  before_script:
-    - pip install -r requirements.txt
   script:
     - python -m unittest discover -s tests