diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03559820d5d8cbd039d7f3178cb252cbd0ba2457..3e373dc2e9839321ea25141a4a1e3bec66f78f9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ Windows-MSYS2-MINGW64:
   - $env:MSYSTEM = 'MINGW64' # https://www.msys2.org/docs/environments/
   - |
     echo "Updating Path"
-    $NewPath = "C:\Your\New\Directory"
+    $NewPath = "C:\msys64\mingw64\bin"
     $CurrentPath = [System.Environment]::GetEnvironmentVariable("Path", "User") -split ";"
     Write-Output "old Path: $CurrentPath"
     if ($CurrentPath -contains $NewPath) {