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

Update .gitlab-ci.yml file

parent 62ed04fd
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,10 @@ rq-pytests-communication:
script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_workflow
- 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
- ros2 launch ./rq_wokflow/launch/echo_launch.py &
- python3 -m pytest ./rq_wokflow/test/ --junitxml=workflow_report.xml
artifacts:
when: always
......
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