From d6a9a6472821847099cc0e0538cf285553bcd206 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Thu, 4 Oct 2018 17:37:03 +0100
Subject: [PATCH] Updates installation for test-runner

---
 src/test/clmctest/services/pytest/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/clmctest/services/pytest/install.sh b/src/test/clmctest/services/pytest/install.sh
index a545894..f63ff21 100755
--- a/src/test/clmctest/services/pytest/install.sh
+++ b/src/test/clmctest/services/pytest/install.sh
@@ -27,5 +27,5 @@ apt-get update
 apt-get -y install python3 python3-pip python-influxdb  
 update-alternatives --install /usr/bin/python python /usr/bin/python3 10
 
-pip3 install pytest pyyaml
+pip3 install pytest pyyaml schema
 pip3 install --upgrade influxdb
-- 
GitLab