From 0089953315c6766581fee1ba6f955fce382a334f Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Wed, 6 May 2026 12:36:22 +0200 Subject: [PATCH] Remove the e2e job from ci/cd until it is fixed --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09d43fe..367b65a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -