Update .gitlab-ci.yml file
This commit is contained in:
@@ -6,3 +6,14 @@ test-job:
|
|||||||
image: localhost:5000/huskbuilder:latest
|
image: localhost:5000/huskbuilder:latest
|
||||||
script:
|
script:
|
||||||
- cargo test
|
- 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user