From e1280486bed580eaecc458c7e13362232d2d3cc4 Mon Sep 17 00:00:00 2001
From: Tobias Glaser <tobias.glaser@student.reutlingen-university.de>
Date: Tue, 10 Jun 2025 12:15:13 +0000
Subject: [PATCH] fixing gitlab-ci again even more

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0355982..3e373dc 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) { 
-- 
GitLab