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

Update .gitlab-ci.yml file

parent 2cb00ba2
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@ rq-pytests-communication:
- source ./install/setup.bash
- apt-get update && apt-get install -y python3-pip
- pip3 install pytest pytest-cov netCDF4 ros2-numpy Pillow pyometiff scipy
- pip3 install -r ./rq_wokflow/requirements.txt
- ros2 launch ./rq_wokflow/launch/echo_launch.py &
- python3 -m pytest ./rq_wokflow/test/ --junitxml=workflow_report.xml
- pip3 install -r ./rq_workflow/requirements.txt
- ros2 launch ./rq_workflow/launch/echo_launch.py &
- python3 -m pytest ./rq_workflow/test/ --junitxml=workflow_report.xml
artifacts:
when: always
paths:
......
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