Dockerised project

Hi !

I try to use drone ci to run all my tests. My project is a mono-repo in which I have all my micro services source. For each service I have a Dockerfile and I use docker-compose to launch the entire project with my docker-compose.config file.

Currently I have a script called test.sh which use docker-compose command and docker-compose.config file to start my tests.

My question is simple. How can I use my test.sh script to start the entire stack in drone-ci and executes tests ?

I tried to use a “docker in docker” image but it doesn’t work :worried:

Thank you!