diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67f7b00..0d869e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ build-packages:      # This job runs in the deploy stage.
     - test -d PyTeX/build
     - .ci/ci_build.sh
     - cd build/LatexPackagesBuild
+    - echo "$PWD"
     - git add .
     - git commit -m "${COMMIT_MESSAGE}" || echo "Nothing to commit, working dir clean"
   variables: