From fbd73d5dd7b1448adc16de49a9d6b06677787b27 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 22 Nov 2018 16:52:29 +0100
Subject: [PATCH] Fixing exacutable names

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71aafdcc7..dc36525c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ centos_build:
     - centos
   artifacts:
     paths:
-      - ./build/src/vcluster
+      - ./build/src/pdata
   script:
     - ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
 
@@ -24,7 +24,7 @@ mac_build:
     - mac
   artifacts:
     paths:
-      - ./build/src/vcluster
+      - ./build/src/pdata
   script:
     - ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full  $CI_COMMIT_REF_NAME
 
@@ -43,7 +43,7 @@ ubuntu_build:
     - ubuntu
   artifacts:
     paths:
-      - ./build/src/vcluster
+      - ./build/src/pdata
   script:
     - ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
 
-- 
GitLab