@@ -6,3 +6,9 @@ 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:
|
||||||
|
- cd e2e-tests && bash runner.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user