Files
husk-milter/.gitlab-ci.yml
T
Malte Meiboom a56e933e80 Add end-to-end test to CI
- use new MTA image and an initial test
2025-12-17 12:26:09 +01:00

18 lines
268 B
YAML

stages:
- test
- e2e
test-job:
stage: test
image: localhost:5000/huskbuilder:latest
script:
- cargo test
e2e-job:
stage: e2e
image: localhost:5000/mta:latest
script:
- bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH
- bash /usr/bin/test_1.sh