Remove the e2e job from ci/cd until it is fixed

This commit is contained in:
Malte Meiboom
2026-05-06 12:36:22 +02:00
parent f2260bc335
commit 0089953315
-9
View File
@@ -1,17 +1,8 @@
stages:
- test
- e2e
test-job:
stage: test
image: localhost:5000/huskbuilder:latest
script:
- cargo test
e2e-job:
stage: e2e
image: localhost:5000/mta:latest
script:
- bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH
- bash /usr/bin/test_1.sh