23 lines
450 B
YAML
23 lines
450 B
YAML
stages:
|
|
- test
|
|
|
|
test-job:
|
|
stage: test
|
|
image: localhost:5000/huskbuilder:latest
|
|
script:
|
|
- cargo test
|
|
<<<<<<< HEAD
|
|
<<<<<<< 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)
|
|
=======
|
|
>>>>>>> 8d86f9d (Remove the e2e job from ci/cd until it is fixed)
|