diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh
index 9b6cfd74431c564e661b82cf13006b45289370a6..96e86e11de67a7323000516ba95aeb97f8b6bfdf 100755
--- a/cicd_testing/do-fuzz.sh
+++ b/cicd_testing/do-fuzz.sh
@@ -2,7 +2,10 @@
 
 function main()
 {
-	scons -j3
+	# build software
+	git submodule sync --recursive
+	git submodule update --recursive --init
+
 	cd test
 	scons 
 	strip test.exe