diff --git a/openbis_all/source/bash/create-generic-snapshot.sh b/openbis_all/source/bash/create-generic-snapshot.sh
index c897767fe470790216a7b865814ec1a43bac67c0..51bc5e0dc5c522df24abc3368561405640c86244 100644
--- a/openbis_all/source/bash/create-generic-snapshot.sh
+++ b/openbis_all/source/bash/create-generic-snapshot.sh
@@ -14,6 +14,6 @@ set -o nounset
 set -o errexit
 
 BIN_DIR=`dirname "$0"`
-REPOSITORY=~/snapshots
+REPOSITORY=~/openbis/snapshots
 
 $BIN_DIR/create-snapshot.sh ~/sprint $REPOSITORY $REPOSITORY/snapshot.config
\ No newline at end of file
diff --git a/openbis_all/source/bash/install-servers.sh b/openbis_all/source/bash/install-servers.sh
index 55201a8f14c94054c3d5b532c3d979d8cac5a89b..c9e756b32bac43282c25f665476da460ff301c94 100755
--- a/openbis_all/source/bash/install-servers.sh
+++ b/openbis_all/source/bash/install-servers.sh
@@ -25,7 +25,7 @@ BIN_DIR=`dirname "$0"`
 OPENBIS_ROOT_DIR="$1"
 
 echo "==== Fetsching openBIS installation tar ball"
-rm -rf "$OPENBIS_ROOT_DIR/"openBIS-installation*tar.gz
+rm -rf "$OPENBIS_ROOT_DIR/"openBIS-installation*
 "$BIN_DIR/fetch-ci-artifacts.sh" -d "$OPENBIS_ROOT_DIR" gradle-installation
 
 echo "==== Unpack installation tar ball and replace console.properties"