Skip to content
Snippets Groups Projects
Commit 680d4384 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

test

parent 02c7e48b
No related branches found
No related tags found
1 merge request!17Draft: Ci opt
Pipeline #29116 skipped
...@@ -396,6 +396,7 @@ test-e2e: ...@@ -396,6 +396,7 @@ test-e2e:
E2E_REPORT: $REPORT_DIR/e2e.xml E2E_REPORT: $REPORT_DIR/e2e.xml
interruptible: true interruptible: true
when: manual when: manual
allow_failure: true
cache: cache:
- !reference [.caches, composer] - !reference [.caches, composer]
- !reference [.caches, npm] - !reference [.caches, npm]
...@@ -462,6 +463,7 @@ build_image: ...@@ -462,6 +463,7 @@ build_image:
entrypoint: [""] entrypoint: [""]
stage: build stage: build
when: manual when: manual
allow_failure: true
interruptible: true interruptible: true
variables: variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment