use same image for int_test to preseve target?
This commit is contained in:
parent
dc4547e47c
commit
a15c97a55f
1 changed files with 1 additions and 2 deletions
|
@ -82,9 +82,8 @@ steps:
|
||||||
when: *slow_check_paths
|
when: *slow_check_paths
|
||||||
|
|
||||||
integration_test:
|
integration_test:
|
||||||
image: docker.io/alpine:latest
|
image: *rust_image
|
||||||
commands:
|
commands:
|
||||||
- apk add bash
|
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|
||||||
publish_to_crates_io:
|
publish_to_crates_io:
|
||||||
|
|
Loading…
Reference in a new issue