From 6f8208c17325753bdda8be2de8c61a530ca04373 Mon Sep 17 00:00:00 2001
From: Felipe Luan Souza De Almeida <felipe.luan@cern.ch>
Date: Thu, 9 Jun 2022 15:40:48 +0200
Subject: [PATCH] Add reference bot for Allen

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05710dd8882..1c17451f0a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,7 +96,7 @@ check-formatting:
     when: on_failure
     expire_in: 1 week
   needs: []
-    
+
 # On the master branch: compile docs, copy to public directory and deploy from there with gitlab pages
 pages:
   only:
@@ -159,4 +159,7 @@ test_pages:
     paths:
       - .cache/pip
 
-include: "scripts/ci/config/main.yaml"
+include:
+  - local: 'scripts/ci/config/main.yaml'
+  - project: 'lhcb-rta/reference-update-bot'
+    file: 'templates/ref-bot-ci-trigger-template.yml'
-- 
GitLab