From 6e0e503df3ab6ea17a666952c6b497e09ebf8e75 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Tue, 9 Oct 2018 13:02:43 +0200 Subject: [PATCH] Fix Shibboleth tests We have to build the composed containers because the Dockerfiles might be updated (as they are now). --- demo/postgresql/tests/main.bats | 2 +- demo/shibboleth/tests/main.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/postgresql/tests/main.bats b/demo/postgresql/tests/main.bats index a217a63..57d2182 100755 --- a/demo/postgresql/tests/main.bats +++ b/demo/postgresql/tests/main.bats @@ -8,7 +8,7 @@ load ../../../library } @test "010 Initialize and start midPoint" { - docker-compose up -d + docker-compose up --build -d wait_for_midpoint_start postgresql_midpoint_server_1 } diff --git a/demo/shibboleth/tests/main.bats b/demo/shibboleth/tests/main.bats index 0b5896a..b74341b 100755 --- a/demo/shibboleth/tests/main.bats +++ b/demo/shibboleth/tests/main.bats @@ -9,7 +9,7 @@ load ../../../library } @test "010 Initialize and start containers" { - docker-compose up -d + docker-compose up --build -d } @test "012 Wait for Shibboleth to start up" {