From 35a1ef1685083403ed1b8d3bf6de5e3c1acd4ffa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Feb 2021 18:03:15 +0200
Subject: [PATCH] Add build to the CI pipeline.

Let's see if it builds.
---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4434811..bdabb56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,3 +4,12 @@ include:
     file: templates/pre-commit.yml
   - project: shore/ci-templates
     file: templates/docker.yml
+
+stages:
+  - test
+  - build
+  - deploy
+
+build:
+  extends: .compose-build
+  tags: [host01.shore.co.il]
-- 
GitLab