diff --git a/.gitlab-ci-scripts/goreleaser.sh b/.gitlab-ci-scripts/goreleaser.sh
index 6f1776de41bcbeae8587006abaaf8fa52f1f800f..62245bb15b9f77dd9da29baca1cbce901c592107 100755
--- a/.gitlab-ci-scripts/goreleaser.sh
+++ b/.gitlab-ci-scripts/goreleaser.sh
@@ -7,7 +7,7 @@ if [ -n "$CI_COMMIT_TAG" ] && echo "$CI_COMMIT_TAG" | grep -qv '~'; then
 GORELEASER_CONFIG=".goreleaser-release.yml"
 fi
 BASEDIR=/go/src/github.com/oidc-mytoken/server
-tree
+ls $PWD
 docker run --rm --privileged \
   -v "$PWD":"$BASEDIR" \
   -w "$BASEDIR" \