diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh
index 167b006dd964613eb567247ea9e28417c1464de9..610118b0f82131795cab4ab99ba1e80e035c1f8f 100755
--- a/openbis_all/source/bash/tag_and_build.sh
+++ b/openbis_all/source/bash/tag_and_build.sh
@@ -24,9 +24,9 @@ SPRINT_INSTALL_SCRIPT=sprint_install.sh
 svn checkout svn+ssh://source.systemsx.ch/repos/cisd/build_resources/trunk build_resources
 cd build_resources
 echo Tagging openBIS to $FULL_VER...
-./tag_sprint.sh openbis $FULL_VER
+./tag_sprint.sh openbis_all $FULL_VER
 echo Building openBIS...
-./build.sh openbis $FULL_VER
+./build.sh openbis_all $FULL_VER
 
 echo Copying new openBIS components to \'$CISD_SERVER\'...
 OPENBIS_PATH=/localhome/cisd/sprint_builds/openBIS