diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bff4bd7967196d8ad6d05340237112d1e9a14c5..ed7e959f8648a1389116e96b420884063cf21dfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,7 +83,7 @@ style:
     - pydocstyle mpsd-software.py
     - pydocstyle tests.py
     # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
-    - ./mpsd-software-environment.py --version
+    - ./mpsd-software.py --version
 
 
 test-bullseye: