From 54151f96d5f7196d4094169f8b13309862d83d2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de>
Date: Thu, 3 Dec 2020 16:04:10 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf7596b..9eab947 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ build-3.7-VS2017:
     - git submodule sync --recursive
     - git submodule update --init --recursive
   script:
-    - ' &"set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program\ Files\CMake\bin;'
+    - ' &"set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program\ Files\CMake\bin;"'
     - 'virtualenv.exe --clear -p "C:\Program Files\Python37\python.exe" .'
     - call .\Scripts\activate
     - python setup.py bdist_wheel --dist-dir dist3
-- 
GitLab