From 821330d9b3f4ac2f643a41d8e20a6256666d4167 Mon Sep 17 00:00:00 2001
From: mkirsz <s1351949@sms.ed.ac.uk>
Date: Mon, 11 Mar 2024 11:34:16 +0000
Subject: [PATCH] Example testing tweaks...

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea0fcd2..7328f82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ build-release-shared:
     - make install
   artifacts:
     paths:
-      - $INSTALL_PATH
+      - ../.local
 
 
 build-release-static:
@@ -65,7 +65,7 @@ build-release-static:
     - make install
   artifacts:
     paths:
-      - $INSTALL_PATH
+      - ../.local
 
 run-func-tests-shared:
   stage: run.functional.tests
-- 
GitLab