diff --git a/.travis.after_script.bash b/.travis.after_script.bash
index 10d0c260262bf2498dea9c57630eedacbeb6a1c9..97525f0f6f7f532a8b96d5a7eb7fe5b110285ddc 100755
--- a/.travis.after_script.bash
+++ b/.travis.after_script.bash
@@ -17,7 +17,7 @@ if [[ $TRAVIS_JOB_NUMBER == *.1 ]] ; then
     ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure
     ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} make doc
     if [ "X${TRAVIS_PULL_REQUEST}" != "Xfalse" ] ; then
-        ${SUPERDIR}/.travis/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-community.github.io
-        ${SUPERDIR}/.travis/deploy_docs.sh ${MY_MODULE} "${DUNE_BUILD_DIR}"
+        ${SUPERDIR}/.ci/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-community.github.io
+        ${SUPERDIR}/.ci/deploy_docs.sh ${MY_MODULE} "${DUNE_BUILD_DIR}"
     fi
 fi
diff --git a/.travis.script.bash b/.travis.script.bash
index d53ce7842223e6140f15a9a8d985704ebe97be8c..bcdf2179a44af35e22365dddcb69fb330ad1c539 100755
--- a/.travis.script.bash
+++ b/.travis.script.bash
@@ -34,7 +34,7 @@ else
     ${WAIT} ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ctest -V -j 2 -L "^builder_${TESTS}$"
 fi
 if [ "X${TRAVIS_PULL_REQUEST}" != "Xfalse" ] ; then
-        ${SUPERDIR}/.travis/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-gdt-testlogs
+        ${SUPERDIR}/.ci/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-gdt-testlogs
         retry_command ${SUPERDIR}/scripts/bash/travis_upload_test_logs.bash ${DUNE_BUILD_DIR}/${MY_MODULE}/dune/gdt/test/
 fi