Improve test environment to use seperate ceos instance for each pipeline
The test environment is not very good. Its not possible to easily run multiple ci runner in parallel, because they use the same ceos container.
The proposed solution is to deploy one ceos container for each ci pipeline and open it via a different port to the pipeline. The port should be set at the beginning and then given down to each step which requires it via env vars.