diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index 12860ebf7d533bbbd6d6f7bb94da36a9fd3d78d0..e08150395717b16fd3d5c180dd0d1b272737dded 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -128,7 +128,7 @@ function build_components {
     if [ $build_lims == "true" ]; then
 	rm -f $INSTALL/openBIS-server*.zip
 	rm -f $INSTALL/openBIS-client*.zip
-        $build_cmd lims_webclient
+        $build_cmd lims
     fi
 }