virtualenv in local dir

Change-Id: Idc302f8716842ab775014ae87c3475c4eec7674b
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index c665aaf..4421906 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -168,7 +168,7 @@
 
 $(M)/qatests: $(M)/siab $(M)/qatests-prereqs $(WORKSPACE)/cord/test/cord-tester
 	cd $(WORKSPACE)/cord/test/cord-tester/src/test/cord-api/ && \
-		bash ./setup_venv.sh && \
+		WORKSPACE=. bash ./setup_venv.sh && \
 		source ./venv-cord-tester/bin/activate && \
 		cd Tests/WorkflowValidations/ && \
 		pybot -e notready SIAB.robot