diff --git a/hack/ci.sh b/hack/ci.sh index 779862d8b..3ef83246b 100755 --- a/hack/ci.sh +++ b/hack/ci.sh @@ -3,6 +3,9 @@ ## This file is a stop gap whilst we migrate the Makefile to better ## supprt prow for our testing +curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose +chmod +x /usr/local/bin/docker-compose + # Setup e2e service dependencies ./hack/test/setup-boulder.sh