diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ea04aa317c59bf50b8ba77e5fe83e3d35b22b31..551e9b02ccd2b29e20e810141826c4ed6f287d82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
 Upcoming version:
 -----------------
+  - merging (Nikolaus Krismer)
   - changes for new test system dbis-ci (Nikolaus Krismer)
+  - using updated datsets (updated path) (Nikolaus Krismer)
   - updating gradle version (to version 3.3) (Nikolaus Krismer)
   - updating base box to centos 7.3 (Nikolaus Krismer)
   - updating geoserver to latest version (Nikolaus Krismer)
diff --git a/bootstrap/config.sh b/bootstrap/config.sh
index 36a0aab70e6c24e22371871afb137954a9f28ee3..2fbfa3584ec8224a910b60645d1c82e9ced0c0ac 100755
--- a/bootstrap/config.sh
+++ b/bootstrap/config.sh
@@ -21,7 +21,7 @@ TARGET_SRID="4326"
 UPDATE_DATA=false
 
 CACHE_DIR_LOCAL="/tmp/vagrant-cache"
-CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2016&files="
+CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2017&files="
 DEPLOY_DIR="/opt"
 DATA_DIR="$DEPLOY_DIR/data"
 SETUP_DIR="/setup"