From 3ecbff4cf961d88f928126e97ef4456138fbf859 Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Sat, 9 May 2026 17:04:01 +0200 Subject: [PATCH] reactivate e2e tests Signed-off-by: Malte Meiboom --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 367b65a..8a50962 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,3 +6,9 @@ test-job: image: localhost:5000/huskbuilder:latest script: - cargo test + +e2e-test-job: + stage: test + image: localhost:5000/mta:latest + script: + - cd e2e-tests && bash runner.sh