From dece3ae325791398ea35caf51d554705d48b4b57 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09d43fe..43c4653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,5 @@ e2e-job: stage: e2e image: localhost:5000/mta:latest script: - - bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH - - bash /usr/bin/test_1.sh + - bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH && bash /opt/husk/husk-milter/e2e-tests/runner.sh