diff --git a/bin/backstop b/bin/backstop index 2a55eee2c4f027ff98497150a805df63c2ce5ece..644910363554345710899ee426cef7ce17b9c333 100755 --- a/bin/backstop +++ b/bin/backstop @@ -3,8 +3,8 @@ export $(cat .env | xargs) cd tests/backstop ./backstop-script-before -docker run --rm -t -v $(php /usr/local/bin/volume.php) -w $PWD --network=traefik-public backstopjs/backstopjs "$@" -./backstop-script-after +docker run --rm -t -v $(php /usr/local/bin/volume.php) -w $PWD --network host backstopjs/backstopjs "$@" EC=$? +./backstop-script-after exit $EC