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