Skip to content
Snippets Groups Projects
Commit b8547ac7 authored by Simon Wittl's avatar Simon Wittl
Browse files

Update .gitlab-ci.yml file

parent 56a03de6
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ rq-pytests:
coverage_format: cobertura
path: controller_coverage.xml
rq-pytests:
rq-pytests-communication:
stage: test
image: ros:humble
tags:
......@@ -59,8 +59,12 @@ rq-pytests:
- pip3 install pytest pytest-cov netCDF4 ros2-numpy Pillow pyometiff scipy
- pip3 install -r ./rq_wokflow/requirements.txt
- python3 -m pytest ./rq_wokflow/test/ --junitxml=workflow_report.xml
reports:
junit: workflow_report.xml
artifacts:
when: always
paths:
- controller_report.xml
reports:
junit: workflow_report.xml
build-ros:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment