From 4920001e6299762c2ddd0abc26ed525efab7126b Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Fri, 12 Jul 2024 09:26:46 +0200 Subject: [PATCH] chac install --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8592f14..8782296 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,17 +28,15 @@ rq-pytests: - source ./install/setup.bash # - python3 -m ./rq_controller/pytest --junitxml=report.xml - artifacts: - when: always - paths: + cache: + - paths: - /home/install/ - build-ros: stage: build dependencies: [rq-pytests] script: - - source ./install/setup.bash + - source ./home/install/setup.bash artifacts: when: always paths: @@ -52,7 +50,7 @@ create-docu: before_script: - pip3 install pdoc3 script: - - source ./install/setup.bash + - source ./home/install/setup.bash - mkdir doc - python3 -m pdoc3 --html rq_controller -o=./doc/rq_controller -c show_source_code=True artifacts: -- GitLab