From d2e77804d69ec2491af8033ee7a2bc12ff713569 Mon Sep 17 00:00:00 2001
From: David Wehr <dawehr@iastate.edu>
Date: Sat, 11 Feb 2017 23:18:53 -0600
Subject: [PATCH] Had the wrong directory in the CI script.

---
 quad/test-ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quad/test-ci.sh b/quad/test-ci.sh
index b7f71127b..4336b03e8 100644
--- a/quad/test-ci.sh
+++ b/quad/test-ci.sh
@@ -10,6 +10,6 @@ cd $QUAD_ROOT/sw/modular_quad_pid/test
 make || exit 1
 ./test_uart_buff || exit 1
 
-cd $QUAD_ROOT/sw/computation_graph/test
+cd $QUAD_ROOT/computation_graph/test
 make || exit 1
 ./test_computation_graph || exit 1
-- 
GitLab