From 0269527e5880697d1b0781d93061761849aa30a7 Mon Sep 17 00:00:00 2001
From: Simon Wittl <simon.wittl@th-deg.de>
Date: Sat, 13 Jul 2024 13:31:55 +0200
Subject: [PATCH] try pytest

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fc7896..b9befba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ rq-pytests:
   script:
     - pip3 install pytest pytest-cov netCDF4 ros2-numpy Pillow pyometiff scipy
     # Uncomment the following line to run tests
-    # - python3 -m pytest ./rq_controller/test/ --junitxml=report.xml
+    - python3 -m pytest ./rq_controller/test/ --junitxml=report.xml
 
 build-ros:
   stage: build
-- 
GitLab