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 stage: integration tests
script: script:
- docker build -t wallet-emulator-bridge-tests . - docker build -t wallet-emulator-bridge-tests .
- docker run wallet-emulator-bridge-tests - docker run --rm wallet-emulator-bridge-tests
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:

Loading…
Cancel
Save