From 6141646ccf06f6d50c7eb2acc7d09dcd8f10ae7f Mon Sep 17 00:00:00 2001
From: jack-parsons <jack.parsons.uk@icloud.com>
Date: Wed, 24 Jul 2019 17:29:17 +0100
Subject: [PATCH] Adding pip install for pytest

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fea2f94..66236a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,2 +1,3 @@
 doctests and unitests:
-    script: pytest --doctest-modules -v --ignore=GUIs
\ No newline at end of file
+    script: pip install pytest
+            pytest --doctest-modules -v --ignore=GUIs
\ No newline at end of file
-- 
GitLab