Skip to content
Snippets Groups Projects
Commit e6c903b9 authored by Kai Oliver Meister's avatar Kai Oliver Meister :cow2:
Browse files

testing

parent 661782e4
No related branches found
No related tags found
No related merge requests found
Pipeline #587068 failed
...@@ -22,9 +22,9 @@ cache: &global_cache ...@@ -22,9 +22,9 @@ cache: &global_cache
cache: cache:
key: "build_files_cache" key: "build_files_cache"
paths: paths:
- "build/" - "$TEST_IMAGE_WORKDIR/build/"
- ".svelte-kit/" - "$TEST_IMAGE_WORKDIR/.svelte-kit/"
- "node_modules/" - "$TEST_IMAGE_WORKDIR/node_modules/"
.install_docker-compose: &install_docker-compose .install_docker-compose: &install_docker-compose
...@@ -94,9 +94,10 @@ extract_frontend: ...@@ -94,9 +94,10 @@ extract_frontend:
<<: *build_files_cache <<: *build_files_cache
script: script:
# this only destroys the image INSTANCE # this only destroys the image INSTANCE
- mv $TEST_IMAGE_WORKDIR/build/ . # - mv $TEST_IMAGE_WORKDIR/build/ .
- mv $TEST_IMAGE_WORKDIR/.svelte_kit/ . # - mv $TEST_IMAGE_WORKDIR/.svelte_kit/ .
- mv $TEST_IMAGE_WORKDIR/node_modules/ . # - mv $TEST_IMAGE_WORKDIR/node_modules/ .
echo "Extracting Build Artifacts..."
interruptible: true interruptible: true
test_frontend: test_frontend:
...@@ -107,6 +108,7 @@ test_frontend: ...@@ -107,6 +108,7 @@ test_frontend:
needs: needs:
- extract_frontend - extract_frontend
script: script:
- ls -la
- npx playwright install - npx playwright install
--with-deps --with-deps
chromium chromium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment