Fixing bad path to test file
diff --git a/build_test/scripts/decode.sh b/build_test/scripts/decode.sh
index 6ee9a9f..2b99842 100755
--- a/build_test/scripts/decode.sh
+++ b/build_test/scripts/decode.sh
@@ -6,7 +6,7 @@
 export RUNLINE="$AP_DECODE -c $CAPFILE -s $((100000000/174)) -a 725 -m BCCH -t 0 -v "
 echo "Testing with:"
 echo "  $RUNLINE"
-cd $TEST_FIXTURE_DIRECTORY
+cd $TEST_DATA_DIRECTORY
 gnuradio-companion --version
 
 $RUNLINE | tail -n +2 >  grgsm_decode_test1_result