From d4c745a7a8867331d7ee5542c5262e6e886c66bb Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Tue, 8 Sep 2020 15:47:24 +0200 Subject: [PATCH] AWS CI environment is not dedicated to tests Signed-off-by: Nicolas De Loof --- tests/ecs-e2e/e2e-ecs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ecs-e2e/e2e-ecs_test.go b/tests/ecs-e2e/e2e-ecs_test.go index 41bf5ec85..b0438d721 100644 --- a/tests/ecs-e2e/e2e-ecs_test.go +++ b/tests/ecs-e2e/e2e-ecs_test.go @@ -99,7 +99,7 @@ func TestCompose(t *testing.T) { }) t.Run("compose ls", func(t *testing.T) { - res := c.RunDockerCmd("compose", "ls") + res := c.RunDockerCmd("compose", "ls", "--project-name", stack) lines := strings.Split(strings.TrimSpace(res.Stdout()), "\n") assert.Equal(t, 2, len(lines))