Update .gitlab-ci.yml file
This commit is contained in:
@@ -6,9 +6,3 @@ test-job:
|
|||||||
image: localhost:5000/huskbuilder:latest
|
image: localhost:5000/huskbuilder:latest
|
||||||
script:
|
script:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
e2e-test-job:
|
|
||||||
stage: test
|
|
||||||
image: localhost:5000/mta:latest
|
|
||||||
script:
|
|
||||||
- bash /usr/bin/prepare.sh $CI_COMMIT_BRANCH && bash /opt/husk/husk-milter/e2e-tests/runner.sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user