From 5f40687ca4e49179eee5799ce8496a68bf9f8b2f Mon Sep 17 00:00:00 2001
From: Zack Wong <coffee@ucc.gu.uwa.edu.au>
Date: Sun, 24 Feb 2019 13:12:16 +0800
Subject: [PATCH] enable ci debug

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5f83ee..f0fffb0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,8 @@ deploy_test:
   stage: deploy
   tags:
     - test
+  variables:
+    CI_DEBUG_TRACE: "true"
   script:
     - echo "Deploy to test"
     - rm -f /var/www/test/$CI_COMMIT_REF_NAME
-- 
GitLab