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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 310ff38..a470418 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,8 +45,8 @@ test:all:
   dependencies: 
     - build:tests
   script: 
-    - echo "REPO_USER=${REPO_USER}" >> reporc
-    - echo "REPO_PASS=${REPO_PASS}" >> reporc
+    - echo "REPO_USER=itinnov.flame.integration" >> reporc
+    - echo "REPO_PASS=1tc3ntr3" >> 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