diff --git a/gitlab/build.sh b/gitlab/build.sh
index ddb6d854d4d05bff28d4dbadb5aa297a0c576906..cf8290ac630b86d678ea204d4d0ade89ccce5839 100755
--- a/gitlab/build.sh
+++ b/gitlab/build.sh
@@ -10,6 +10,7 @@ run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-bu
 # look into possible cache folders
 run_cmd ls ${CONDA_FOLDER}/pkgs
 run_cmd ls ${CONDA_ENVS_PATH}
+run_cmd ls /home/dev/.conda/pkgs
 # look into possible cache folders
 run_cmd ${CONDA_FOLDER}/bin/conda config --set always_yes yes --set changeps1 no
 run_cmd ${CONDA_FOLDER}/bin/conda config --set show_channel_urls true