diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3a2cba9e15646a264e0e4c3640d68c2110d629e..6cd7ae8c82310cecbd52b927e1e344963dadc8a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@ stages:          # List of stages for jobs, and their order of execution
 
 .get_ansible_files: &get_ansible_files
   - s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://xdmod-vol/ /tmp
+  - ls -l /tmp
   
 prep-deploy:
   stage: .pre