diff --git a/screening/dist/admin/install.sh b/screening/dist/admin/install.sh
index 599a1369fe7276ad8617f281ce1c7fb9bf6f095e..91bf569c18c607422aaf2d2f020f8630f08d5e34 100755
--- a/screening/dist/admin/install.sh
+++ b/screening/dist/admin/install.sh
@@ -21,7 +21,7 @@ psql -U postgres -c "create database $OPENBIS_DB with owner $USER template = tem
 psql -U $USER -d $OPENBIS_DB -f $ROOT_DIR/empty-screening-database.sql
 
 echo Installing openBIS Datastore Server
-unzip $ROOT_DIR/datastore*.zip
+unzip $ROOT_DIR/datastore*.zip -d $ROOT_DIR
 
 echo Installing openBIS Application Server
 unzip $ROOT_DIR/openBIS-*.zip -d $ROOT_DIR