From d54dbc57cdb7622f4d34a75730fb6479a578fda0 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 8 Jun 2020 21:16:26 +0300 Subject: [PATCH] fix Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 4877c7a6f2..2a4751ff33 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -123,7 +123,7 @@ jobs: displayName: Run tests - bash: | sudo apt-get update - sudo apt-get install libgconf-2-4 -y + sudo apt-get install libgconf-2-4 conntrack -y curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/local/bin/minikube sudo minikube start --driver=none