diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63535e891c2f799d33d2719b722698e1b3395f7f..b0c9f8ac0d4b2e116fc3a4d371a71ce90c3357d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,9 +93,10 @@ extract_frontend:
   image: $TEST_IMAGE
   <<: *build_files_cache
   script:
+    # this only destroys the image INSTANCE
     - mv $TEST_IMAGE_WORKDIR/build/ .
-    - ls -la
-    - echo "Extracting build files from Image into the cache..."
+    - mv $TEST_IMAGE_WORKDIR/.svelte_kit/ .
+    - mv $TEST_IMAGE_WORKDIR/node_modules/ .
   interruptible: true
 
 test_frontend: