From 04f97748ff1cee2fe558a3615a5621b243c7632b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jon=20Lopez=20de=20Guere=C3=B1a?=
 <jon.lopezdeguerena@tecnalia.com>
Date: Tue, 16 Mar 2021 09:28:04 +0100
Subject: [PATCH] readme update

---
 README.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1a0c086..b59c7fe 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,16 @@ npm packages:
 create gitlab-ci.yml with: 
 
 ```yaml
-- include:
-  - remote: 'https://gitlab.com/example-project/-/raw/master/.gitlab-ci.yml'
-  ```
\ No newline at end of file
+include:
+  - remote: 'https://git.code.tecnalia.com/jon.lopezdeguerena/ci-files/-/raw/master/npm-packages/gitlab-ci.yml'
+  ```
+
+Maven project dockerized with azure deploy:
+
+create gitlab-ci.yml with: 
+
+```yaml
+  include:
+  - remote: 'https://git.code.tecnalia.com/jon.lopezdeguerena/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml'
+  ```
+
-- 
GitLab