From 1ea5a235664d58422eca98e9c0fa6687c7a8c506 Mon Sep 17 00:00:00 2001
From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net>
Date: Sun, 11 Aug 2019 06:41:06 -0400
Subject: [PATCH] S2425-migration build kelvin-node

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000..4bf512f5d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+stages:
+    - prepare
+    - build
+    - test
+
+variables:
+    GIT_SUBMODULE_STRATEGY: normal
+
+kelvin-node-schedule:
+    stage: build
+    tags:
+    - kelvin-node
+    script: ~/production/integration/gitlab-CI/build_all_handler.sh kelvin-node
-- 
GitLab