From 8a43cdeebfeb9a2b4e2ee628b79f9c4cfb283314 Mon Sep 17 00:00:00 2001
From: Kersten Schuster <schuster@cs.rwth-aachen.de>
Date: Wed, 13 Mar 2019 10:02:00 +0100
Subject: [PATCH] CI: windows artifact path

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08168d7..a744930 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ VS2017-x64:
     - VS2017
   artifacts:
     paths:
-      - "*/*-build/Release/*.exe"
+      - "bin/Release/*"
 
 VS2015-x64:
   stage:
@@ -30,7 +30,7 @@ VS2015-x64:
     - VS2015
   artifacts:
     paths:
-      - "*/*-build/Release/*.exe"
+      - "bin/Release/*"
 
 gcc-stretch:
   stage: Build
-- 
GitLab