diff --git a/bin/backstop b/bin/backstop
index 510396bc64767357eeba9f96ebf69f1792e9afe6..2a55eee2c4f027ff98497150a805df63c2ce5ece 100755
--- a/bin/backstop
+++ b/bin/backstop
@@ -2,7 +2,9 @@
 
 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
 EC=$?
 
 exit $EC