From ee43a9224c038ad43d94a7f09c85d27ae278c258 Mon Sep 17 00:00:00 2001
From: swittl <simon.wittl@th-deg.de>
Date: Fri, 12 Jul 2024 09:27:26 +0200
Subject: [PATCH] cache

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8782296..9069da6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,9 @@ rq-pytests:
 build-ros:
   stage: build
   dependencies: [rq-pytests]
+  cache:
+    - paths: 
+      - /home/install/
   script:
     - source ./home/install/setup.bash
   artifacts:
@@ -47,6 +50,9 @@ build-ros:
 create-docu:
   stage: docu
   dependencies: [rq-pytests]
+  cache:
+    - paths: 
+      - /home/install/
   before_script:
     - pip3 install pdoc3
   script:
-- 
GitLab