From e749f0a241f30b8448e00b9b4669dedd7002fe27 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Feb 2019 12:06:55 +1100
Subject: [PATCH] add a deploy test role

---
 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47504de..1e7700a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,3 +10,10 @@ test:
     - rm ./package-lock.json
     - npm install 
     - ./node_modules/@angular/cli/bin/ng build  --prod --base-href=/sv2/
+
+deploy_test:
+  only:
+    test@hpc-team/strudelv2_spa
+  tags: deploy_test
+  script:
+    - echo "deploying test"
-- 
GitLab