Merge branch 'caravel_lite' of https://github.com/efabless/caravel_project_example into caravel_lite
diff --git a/.github/scripts/dv/run-dv-wrapper.sh b/.github/scripts/dv/run-dv-wrapper.sh
index f06fa76..1160bbc 100644
--- a/.github/scripts/dv/run-dv-wrapper.sh
+++ b/.github/scripts/dv/run-dv-wrapper.sh
@@ -22,7 +22,7 @@
 DV_TEST_IDS=(${IDS//,/ })
 
 export TARGET_PATH=$(pwd)
-export CARAVEL_ROOT=$(pwd)/caravel
+export CARAVEL_ROOT=$(pwd)/caravel-lite
 
 if [ ! -d $TARGET_PATH ] 
 then
@@ -74,4 +74,4 @@
     fi
 done
 
-exit 0;
\ No newline at end of file
+exit 0;