From 12c9ae60df75b53844b41dbb21f61d6bc9f56889 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Fri, 30 Oct 2020 11:07:39 +0100
Subject: [PATCH] Change msvc tests folder.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af82fe19..b1a29a924 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -109,7 +109,7 @@ msvc_16_unit_tests:
     - cd $CI_PROJECT_DIR/build
 
   script:
-    - . ".\bin\$env:BUILD_CONFIGURATION\basicsTests.exe"
+    - . ".\bin\Release\basicsTests.exe"
 
 gcc_9_python_bindings_test:
   stage: test
-- 
GitLab