Gitlab CI/CD running jobs in docker compose
I want to run tests in docker compose using Gitlab CI/CD.
First I create and run containers in docker-build
, but in run-tests
the containers are no longer there. Can you tell me if there is any way to save the containers or how to do it differently?
.gitlab-ci.yml file