From af0da8e68c264120560eedd53d8d7aeb03ca1391 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Feb 2019 13:58:38 +1100
Subject: [PATCH] save the dist directory as an artifact

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9291e86..e1eb503 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ test:
     - branches@hpc-deam/strudelv2_spa
   except:
     - testing@hpc-team/strudelv2_spa
-    - dev@hpc-team/strudelv2_spa
     - master@hpc-team/strudelv2_spa
   script:
     - apt update
@@ -16,6 +15,8 @@ test:
     - rm ./package-lock.json
     - npm install 
     - ./node_modules/@angular/cli/bin/ng build  --prod --base-href=/sv2/
+  artifacts:
+    - ./dist/
 
 deploy_test:
   only:
-- 
GitLab