From ebb80a990d3233a8a8475c7b6a027dff7b7d7411 Mon Sep 17 00:00:00 2001
From: schuur <schuur@astron.nl>
Date: Fri, 19 Nov 2021 12:04:40 +0100
Subject: [PATCH] -Added artefacts to rpeserve files created by the build
 stage.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2a65d5710..63859c3809 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,9 @@ build:
         - echo "Building"
         - mkdir build
         - touch build/info.txt
+    artefacts:
+        paths:
+            - build/
 
 test:
     stage: test
-- 
GitLab