From 296d3fffb68f3d3fba5db8c3447ec934a441ebe6 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Tue, 5 Mar 2019 13:12:35 +1100
Subject: [PATCH] deploy to test on all commits

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02e904e..d59122d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,12 +20,12 @@ build:
 
 deploy_test:
   stage: deploy
-  only:
-    - testing@hpc-team/strudelv2_spa
   tags: 
     - deploy_test
   script:
     - echo "deploying test"
+    - ls -l
+    - ./install.sh
   dependencies:
     - build
 
-- 
GitLab