Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add --pull also to demo/shibboleth
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
@@ -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" {

0 comments on commit 843097d

Please sign in to comment.