From f9eaf4a84abb59bb4d5289e41e39a9484db9df35 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Thu, 31 May 2018 14:32:43 +0100
Subject: [PATCH] sorting out bash ci executor is a short break from reading
 proposals

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4b6b68..dd02438 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,8 @@ build:tests:
   stage: build
   only:
     - schedules    
-  script:  
+  script: 
+    - echo ${REPO_USER} 
     - cd $CI_PROJECT_DIR/src/test
     - python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build
     - cd $CI_PROJECT_DIR/src/service
-- 
GitLab