79390555

Date: 2025-01-27 11:27:20
Score: 2
Natty:
Report link

Resolved. All I need was to add DOCKER_HOST variable in test section of build.gradle file.

test {
    environment 'DOCKER_HOST', 'tcp://${my_remote_server_ip}:23760'
    useJUnitPlatform()
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Artem