Gitlab CI, docker:dind service SQLSTATE[HY000] [2002] Connection refused
I’ve a self hosted gitlab runner,
I want to run unit tests in runner and I’ve a database container dump in aws s3 that I want to use while running unit tests.
Locally unit-tests and same database setup is working.
so,