Skip to content

Commit

Permalink
Add --pull also to demo/shibboleth
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 15, 2018
1 parent 874f387 commit 843097d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/shibboleth/tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 843097d

Please sign in to comment.