From ba6d0e6fb622099388e37b059319a92facbc20ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com>
Date: Tue, 21 Sep 2021 11:32:30 +0200
Subject: [PATCH] docs: add gitlab compatibility
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 69b0103..d35a0b5 100644
--- a/README.md
+++ b/README.md
@@ -341,3 +341,7 @@ variables:
       DOCKER_SNAPSHOT_IMAGE: "$CI_REGISTRY/$CI_PROJECT_PATH/back/snapshot:$CI_COMMIT_REF_SLUG"
       DOCKER_RELEASE_IMAGE: "$CI_REGISTRY/$CI_PROJECT_PATH/back:$CI_COMMIT_REF_NAME"
 ```
+
+## Gitlab compatibility
+
+:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
-- 
GitLab