Browse Source

AWS CI environment is not dedicated to tests

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 5 years ago
parent
commit
d4c745a7a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/ecs-e2e/e2e-ecs_test.go

+ 1 - 1
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))