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

Had the wrong directory in the CI script.

parent d9d28681
No related branches found
No related tags found
No related merge requests found
...@@ -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