diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ac8b20a0857068a1ebe575f80626995c9247942..76d7fc7ef1c1c37b7c9088924dead645e32e3b5f 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"