From 57d3555d752a006b39d3583b3baf0197f9f755b7 Mon Sep 17 00:00:00 2001
From: rlyu <rlyu@svi.edu.au>
Date: Wed, 24 Feb 2021 11:00:33 +1100
Subject: [PATCH] update gitlab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d7142c..d4e5d99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,8 @@ testDebian:
 ## (Red Hat 4.8.5-39)
 testFunction:
   stage: testStatic
+  tags:
+    - production
   script:
     - sh tests/test.sh
 
-- 
GitLab