diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh
index 3bd52cfc35a9bf64d665c8d5b495361f20e3b2b0..92ece5a24a994a674aaf41bd5d2a22d8b790c24b 100755
--- a/cicd_testing/do-build.sh
+++ b/cicd_testing/do-build.sh
@@ -11,10 +11,10 @@ main()
 	git submodule update --recursive --init
 
 	# install IDA
-	cicd_setup_module_dependency allzp/idapro71.git idapro71
-	export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71
-	cicd_setup_module_dependency allzp/idapro71_sdk.git idapro71_sdk
-	export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk
+	cicd_setup_module_dependency allzp/idapro8282sp1py3git idapro82sp1py3
+	export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3
+	cicd_setup_module_dependency allzp/idapro82_sdk.git idapro82_sdk
+	export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk
 
 
 	# gather info for debugging later, probably not necessary 
diff --git a/cicd_testing/starstest.sh b/cicd_testing/starstest.sh
index 60a85d92922a9fd6ecd91e340f8f16da03d4fa43..1a488190a13a0cfcb5be6524fbdb88e636dfee6b 100755
--- a/cicd_testing/starstest.sh
+++ b/cicd_testing/starstest.sh
@@ -46,8 +46,8 @@ function main()
 	set -x
 
 	cd $CICD_MODULE_WORK_DIR/cicd_stars_umbrella
-        export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71
-        export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk
+        export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3
+        export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk
 
 	source set_env_vars
 	mkdir -p /tmp/stars_test
diff --git a/cicd_testing/starstest2.sh b/cicd_testing/starstest2.sh
index a8139d1ed547ea3ba3cb2c13357584b35dda1607..6c6cafcd15a244fed68751ae8d4ab12eedd8b41e 100755
--- a/cicd_testing/starstest2.sh
+++ b/cicd_testing/starstest2.sh
@@ -48,8 +48,8 @@ function main()
 	set -x
 
 	cd $CICD_MODULE_WORK_DIR/cicd_stars_umbrella
-        export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71
-        export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk
+        export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3
+        export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk
 
 	source set_env_vars
 	mkdir -p /tmp/stars_test
diff --git a/cicd_testing/xform-ls.sh b/cicd_testing/xform-ls.sh
index bb3fc6bea6568e7188ee3174b35a6d2c15d16327..d95b0ee32937417af74f1d947c5770564ada7b1c 100755
--- a/cicd_testing/xform-ls.sh
+++ b/cicd_testing/xform-ls.sh
@@ -3,8 +3,8 @@ set -e
 set -x
 
 cd $CICD_MODULE_WORK_DIR/cicd_stars_umbrella
-export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71
-export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk
+export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3
+export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk
 source set_env_vars
 mkdir -p /tmp/stars_test
 cd /tmp/stars_test