From 3b83c9e6826031e0cf4488b3e5c7f49189700a86 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 20 Sep 2018 11:53:12 +0100 Subject: [PATCH] Update ci.sh --- contrib/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci.sh b/contrib/ci.sh index 58e4bb5e..e7411948 100755 --- a/contrib/ci.sh +++ b/contrib/ci.sh @@ -71,7 +71,7 @@ cd $GOPATH/src/github.com/openfaas/faas/gateway/tests/integration && \ go test -v -count=1 echo Running certifier -export OPENFAAS_URL=http://127.0.0.1:8080 +export OPENFAAS_URL=http://127.0.0.1:8080/ cd $GOPATH/src/github.com/openfaas/certifier && \ make test-swarm