diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 983a00997bfc13f0ce655023b9d0ed16b377ff0f..6bec502ad80c5f3377a5643d77af4c9064111ad6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,8 +28,8 @@ package-job:
   script:
     - echo 'Creating generic package'
     - cd output/
-    - ls -al
     - tar -cvf website.tar *
+    - ls -al
     - cd ../
     - mv output/website.tar ./
     - 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file website.tar ${PACKAGE_REGISTRY_URL}/website.tar'