diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75a26c8dcd0559d6ce23ea629906a696d36452c4..a01ffeafb226ed65cb0baa163540fe58548a382c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -230,7 +230,7 @@ redhat-build:
   # Obviously Windows does not use same executable name as linux...
   after_script:
     # need to setup path to be able to use python
-    - . "CI\setup_python.ps1" x64
+    - .\CI\setup_python.ps1 x64
     - python -u CI/cdash_handler.py
 
 # - Win10