Remove docker image after run

pull/311/head
Vladimir Volek 5 years ago
parent 716f9216e3
commit ed05efbcd1

@ -151,7 +151,7 @@ integration tests:
stage: integration tests
script:
- docker build -t wallet-emulator-bridge-tests .
- docker run wallet-emulator-bridge-tests
- docker run --rm wallet-emulator-bridge-tests
artifacts:
expire_in: 1 week
paths:

Loading…
Cancel
Save