From d38cca258c11ec082d4f43e201bc27aa2ba9d44f Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Wed, 20 May 2026 12:48:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b7294b..367b65a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,3 @@ test-job: image: localhost:5000/huskbuilder:latest script: - cargo test - -e2e-test-job: - stage: test - image: localhost:5000/mta:latest - script: - - bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH && bash /opt/husk/husk-milter/e2e-tests/runner.sh