diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b7cde7d655b0ddb83cd3ea15a4b340c993f6842..397b934540596614faec566083079aa6e9f17cd9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,5 +7,5 @@ my_tests:
   # run tests
   script:
     - pip install .
-    - pip install -r requirements_dev.txt
+    - pip install -r requirements-dev.txt
     - pytest
\ No newline at end of file