From ae273a6b8a030ce791852863ebf4c4ed88c3f0b5 Mon Sep 17 00:00:00 2001
From: "Auke L. Klazema" <klazema@astron.nl>
Date: Fri, 1 Nov 2019 13:20:05 +0100
Subject: [PATCH] SW-830: Fix tar location

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4a7a1fef03..4dc385e4759 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build_RAServices:
     - make
     - make DESTDIR=../../install install
     - cd ../../install/opt/lofar
-    - tar --ignore-failed-read --exclude=include -czf RAServices_$CI_COMMIT_SHORT_SHA.ztar *
+    - tar --ignore-failed-read --exclude=include -czf ../../RAServices_$CI_COMMIT_SHORT_SHA.ztar *
 
   artifacts:
     paths:
-- 
GitLab