From fb70da3d210aed3b5070be35f1861e8db4850ee4 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Thu, 31 May 2018 00:08:32 +0100
Subject: [PATCH] added new ci tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ac8b20..76d7fc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,6 @@
 ##      Created By :            Michael Boniface
 ##      Created Date :          21-03-2018
 ##      Created for Project :   FLAME
-
 stages:  
   - build
   - test
@@ -46,6 +45,8 @@ test:all:
   dependencies: 
     - build:tests
   script: 
+    - echo "REPO_USER=${REPO_USER}" >> reporc
+    - echo "REPO_PASS=${REPO_PASS}" >> reporc
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz"
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"
-- 
GitLab