From 661782e4e720e9cb2e83bdb83a2c2120bc6e44a6 Mon Sep 17 00:00:00 2001 From: kaimeister <kaioliver.meister@stud.uni-goettingen.de> Date: Sun, 9 Mar 2025 17:36:07 +0100 Subject: [PATCH] testing --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63535e89..b0c9f8ac 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: -- GitLab