Hello,
I would like to ask you for the advise. I use Spryker with docker/sdk on local machine and it works well. I also use Gitlab CI/CD pipelines, where for now I also use similar docker/sdk configured based on the Spryker’s CI/CD example. I do it to run tests, which require full working environment. Problem is that docker/sdk builds multiple containers every time Gitlab pipeline works, then builds Spryker and then run tests, so it takes a lot of time and resources.
Do you know if docker/sdk or Spryker supports some small (best single container) solution for the CI/CD pipelines, to make execution faster?