Current situation
- test suite starting runs docker load every time, this is slow
Goal
- speed up test execution
Open Questions
- Is it a general issue to decide how the build and the test system exchange their images?
- What requirements do we have?
- For local test development?
- For CI runs?
- Should the starting of the test stack be actually part of the test suite? Or could it also be left running?