diff --git a/screening/build/build.xml b/screening/build/build.xml
index cd2eabc51cfa9d87d9ad6c6667b00bdafbb75065..45ce98651c62d1b441da0883e1ef23fe9d14c920 100644
--- a/screening/build/build.xml
+++ b/screening/build/build.xml
@@ -183,7 +183,7 @@
   -->
   <target name="screening-compile-module-test" description="Compile the module test mode">
     <delete dir="${targets.www}/${module-test.path}" />
-    <java classpath="${ecp}:${ecp.gwt}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}"
+    <java classpath="${ecp}:${ecp.gwt}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}:../common/${sources}"
       classname="com.google.gwt.dev.Compiler" fork="true">
       <jvmarg value="-Xmx512M" />
       <arg value="-war" />