diff --git a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
index c2715ea5550432838d3cc8692e97204b278d2c85..12e1b7566cf8ea534ea71f8416630dae9267e0cc 100755
--- a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
+++ b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
@@ -12,7 +12,7 @@ if ( $($AIDGE_DEPENDENCIES.Length) -eq 0) {
     foreach ($dep in $($AIDGE_DEPENDENCIES -split " ")) {
         Write-Host "Retrieving : $dep"
         $curr_loc=$(Get-Location)
-        Set-Location ../$dep
+        Set-Location $dep
         Get-Location 
         Get-ChildItem .
         New-Item -Path ".\build" -ItemType Directory -Force | Out-Null