From b2c6c7175f02a31587b0dd78de84e22049e91762 Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Fri, 12 Jul 2024 09:36:48 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d6ff98..12dbce3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,9 +26,8 @@ rq-pytests: - pip3 install pytest pytest-cov netCDF4 ros2-numpy Pillow pyometiff script: - - cd /home/ - source ./install/setup.bash - # - python3 -m ./rq_controller/pytest --junitxml=report.xml + - python3 -m ./rq_controller/pytest --junitxml=report.xml build-ros: stage: build -- GitLab