From 7b4334bb2ab788e29ddde9098efcba96c0447112 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Mon, 26 Mar 2018 18:35:01 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 852c415..8c3bb20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,11 @@ stages:
   - test:scripts
   - test:monitoring
   - test:inputs
-
-build:
-  - stage: build
-  - python setup.py sdist --dist-dir=build  
+    
+build:tests:
+  stage: build
+  script:
+    - python setup.py sdist --dist-dir=build
 
 test:scripts:
   stage: test:scripts
@@ -35,7 +36,4 @@ test:inputs:
     - vagrant --fixture=inputs -- destroy --force       
   when: on_success    
 
-  
-
-  
-
+ 
\ No newline at end of file
-- 
GitLab