From 86a8ff367b2d77136af8e27b2ba617286e76506b Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 23 Sep 2016 18:02:50 +0200
Subject: [PATCH] Try to install missing apps

---
 gitlab/before_test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitlab/before_test.sh b/gitlab/before_test.sh
index 6181d97..733b7c6 100755
--- a/gitlab/before_test.sh
+++ b/gitlab/before_test.sh
@@ -26,4 +26,5 @@ if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
   run_cmd ${use_pip} install --upgrade --no-binary ":all:" zc.recipe.egg
 fi
 
+run_cmd ${use_pip} install --upgrade --no-index coverage sphinx nosetests
 run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
-- 
GitLab