From c06e018be33b657d4a8bc4f4b95cdb6e53049ec4 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 6 Mar 2021 15:15:39 -0800 Subject: [PATCH] Try harder for coverage --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b679f9..9bcd950 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,7 +74,7 @@ jobs: services: greenmail: greenmail envs: - TEST_HOST: greenmail + TEST_HOST: 127.0.0.1 resources: repositories: @@ -85,7 +85,7 @@ resources: endpoint: jonhoo containers: - container: greenmail - image: greenmail/standalone:1.5.13 + image: greenmail/standalone:1.6.2 ports: - 3025:3025 - 3110:3110