Skip to content
Snippets Groups Projects
Commit d2e77804 authored by dawehr's avatar dawehr
Browse files

Had the wrong directory in the CI script.

parent 39eba861
No related branches found
No related tags found
1 merge request!8Controller network
...@@ -10,6 +10,6 @@ cd $QUAD_ROOT/sw/modular_quad_pid/test ...@@ -10,6 +10,6 @@ cd $QUAD_ROOT/sw/modular_quad_pid/test
make || exit 1 make || exit 1
./test_uart_buff || exit 1 ./test_uart_buff || exit 1
cd $QUAD_ROOT/sw/computation_graph/test cd $QUAD_ROOT/computation_graph/test
make || exit 1 make || exit 1
./test_computation_graph || exit 1 ./test_computation_graph || exit 1
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