From 53f0b989766b8e172244be5bfd5dd04b3889f80d Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Thu, 28 Apr 2016 18:13:28 -0700
Subject: [PATCH] update to test

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba65d99..5033ba9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,11 +17,13 @@ python_3:
         - kat -v
         - which python3
         - python3 --version
-        - python3 test/run_tests.py
+        - cd test
+        - python3 run_tests.py
         
 python_2:
     script:
         - kat -v
         - which python2.7
         - python2.7 --version
-        - python2.7 test/run_tests.py
\ No newline at end of file
+        - cd test
+        - python2.7 run_tests.py
\ No newline at end of file
-- 
GitLab