Skip to content
Snippets Groups Projects
Commit 32cc0db7 authored by Max Lyon's avatar Max Lyon
Browse files

fix path to unittests in ci scripts

parent ea85fc77
No related branches found
No related tags found
1 merge request!9Cmake library
Pipeline #16247 failed
......@@ -102,7 +102,7 @@ echo "Running unittests Release version"
echo "======================================================================"
echo -e "${NC}"
cd Build
cd Build/bin
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
......
......@@ -83,7 +83,7 @@ echo "Running unittests Release version"
echo "======================================================================"
echo -e "${NC}"
cd Build
cd Build/bin
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment