From cdea3dbafb07aa11af1e879d618f2ac3119dfa57 Mon Sep 17 00:00:00 2001
From: Jonathan Swaelens <swaelens.jonathan@opensides.be>
Date: Thu, 1 Mar 2018 11:09:56 +0100
Subject: [PATCH] :ambulance: fix(gitlab-ci): Set the good path for the
 artifact

Set the good path for the artifact

Signed-off-by: Jonathan Swaelens <swaelens.jonathan@opensides.be>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b600d245..5e10cb795 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,5 +115,5 @@ build-tarballs:
     - tar -cvzf fusiondirectory-core.tar.gz *
   artifacts:
     paths:
-    - tarballs/fusiondirectory-core.tar.gz
+    - fusiondirectory-core.tar.gz
     expire_in: 1h
-- 
GitLab