From 3ff6015a0ddffe3212de7dc6af1d506cad564b02 Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Thu, 20 Sep 2018 11:47:34 +0100
Subject: [PATCH] Update ci.sh

---
 contrib/ci.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/ci.sh b/contrib/ci.sh
index 3cdcfd61..58e4bb5e 100755
--- a/contrib/ci.sh
+++ b/contrib/ci.sh
@@ -71,8 +71,9 @@ 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
 cd $GOPATH/src/github.com/openfaas/certifier && \
-   make test
+   make test-swarm
 
 echo Integration tests all PASSED
 exit 0
-- 
GitLab