diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05f003eca71090f8574e469f448bb8d838fd62c0..c7b413bc0310485c5f77099a5791c3cd8ec60d7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,10 +80,10 @@ style:
     - pydocstyle --version
     - ruff .
     - black --check --diff .
-    - pydocstyle mpsd-software.py
-    - pydocstyle test_mpsd-software.py
+    - pydocstyle src/mpsd_software_manager/mpsd-software.py
+    - pydocstyle tests/test_mpsd-software.py
     # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
-    - ./mpsd-software.py --version
+    - src/mpsd_software_manager/mpsd-software.py --version
 
 
 test-bullseye: