Fixing GitLab CI Integration Tests for Spring Boot with PostgreSQL in Docker
❌ The Problem You’ve got a Spring Boot application using PostgreSQL in Docker. Everything works locally, but in GitLab CI, integration tests fail with: Connection refused: Cannot connect to PostgreSQL…