diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 0b5f59443eb5558a7da206252701eb21442df285..f8b6486c86f9b0b44ff5114dac4252501be92669 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -18,14 +18,19 @@ else
 fi
 
 # build the unstable version - can be optimized
-git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3-core/outreach/theme.git
+#git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3-core/outreach/theme.git
 git submodule update --recursive --init
 
+# output the directory content
+ls -lash
+
 # add matomo
 sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
 sed -i "/matomopolicy/r./.ci/analytics/policy.html" theme/templates/_index.html
 sed -i "/matomobanner/r./.ci/analytics/gdpr-banner.html" theme/templates/_index.html
 
+echo " > LAP included"
+
 # loop through all the presentations
 nBlades=0
 for d in $(find . -maxdepth 1 -type d)
@@ -47,8 +52,6 @@ do
                 # change to the blade directory to be built
                 cd $BLADE
 
-
-
                 # run contribute
                 cp ../../template/Gruntfile.coffee .
                 ln -s ../../theme/package.json package.json