From 86f337ce73b2befb0f7c0c6e15a6cc7ced3c92c4 Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Wed, 20 May 2026 12:58:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 367b65a..2b87d3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,3 +6,14 @@ test-job: image: localhost:5000/huskbuilder:latest script: - cargo test +<<<<<<< HEAD +======= + +e2e-job: + stage: e2e + image: localhost:5000/mta:latest + script: + - echo "new" + - bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH && bash /opt/husk/husk-milter/e2e-tests/runner.sh + +>>>>>>> 118c12c (Update .gitlab-ci.yml file)