From f774bd168f5174a5e97e09ce7f809ce72e0444f4 Mon Sep 17 00:00:00 2001
From: James Kirk <james.kirk@noc.ac.uk>
Date: Thu, 23 Mar 2023 17:19:53 +0000
Subject: [PATCH] refactor: gitlabbing up, only to run tag_git

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..c9f05ac
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+include:
+  - project: communications-backbone-system/backbone-infrastructure-config
+    ref: master
+    file: gitlab/all.yml
+
+variables:
+  CI_SKIP_DOCKER_TAG: 1
+  CI_SKIP_BUILD: 1
+  CI_SKIP_LINT: 1
+  CI_SKIP_TEST: 1
\ No newline at end of file
-- 
GitLab