From 4ef8f9d9f4a6a03ec5ebcf2de41e19c567c3d6cc Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 8 Jun 2020 21:04:33 +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 267080ef90..ae14b2378a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -121,7 +121,7 @@ jobs: displayName: Lint - script: make test displayName: Run tests - - script: sudo apt-get update && sudo apt-get install libgconf-2-4 -y && sudo snap install minikube && sudo minikube start --vm-driver=none + - script: sudo apt-get update && sudo apt-get install libgconf-2-4 -y && sudo snap install minikube && sudo minikube start --driver=none displayName: Install integration test dependencies - script: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' make integration-linux displayName: Run integration tests