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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9069da6..3a187c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ stages:
   - build
   - docu
 
+cache:
+  - paths: 
+    - /home/install/
 
 rq-pytests:
   stage: test
@@ -27,17 +30,10 @@ rq-pytests:
    - cd /home/
    - source ./install/setup.bash
    # - python3 -m ./rq_controller/pytest --junitxml=report.xml
-
-  cache:
-    - paths: 
-      - /home/install/
    
 build-ros:
   stage: build
   dependencies: [rq-pytests]
-  cache:
-    - paths: 
-      - /home/install/
   script:
     - source ./home/install/setup.bash
   artifacts:
@@ -46,13 +42,9 @@ build-ros:
       - install
     name: ubuntu_humble
 
-
 create-docu:
   stage: docu
   dependencies: [rq-pytests]
-  cache:
-    - paths: 
-      - /home/install/
   before_script:
     - pip3 install pdoc3
   script:
-- 
GitLab