diff --git a/demo/shibboleth/tests/main.bats b/demo/shibboleth/tests/main.bats index 5c91133..8d3dacd 100755 --- a/demo/shibboleth/tests/main.bats +++ b/demo/shibboleth/tests/main.bats @@ -9,7 +9,8 @@ load ../../../library } @test "010 Initialize and start containers" { - docker-compose -f docker-compose-tests.yml up --build -d + docker-compose -f docker-compose-tests.yml build --pull + docker-compose -f docker-compose-tests.yml up -d } @test "012 Wait for Shibboleth to start up" {