From 57e410582bb860aabdad7895a32c34a307b2d06c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 25 Apr 2021 00:46:13 +0300
Subject: [PATCH] Notify me on CI failure.

Now that the images are built in a schedule.
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef88374..7712c92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ include:
     file: templates/pre-commit.yml
   - project: shore/ci-templates
     file: templates/docker.yml
+  - project: shore/ci-templates
+    file: templates/notify.yml
 
 stages:
   - test
-- 
GitLab