From b66b8c283e32f5aacbc30dac2f59de9c997446d5 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Thu, 2 Feb 2023 14:59:04 +0100
Subject: [PATCH] ci: fix module url

---
 .gitignore  | 2 +-
 .gitmodules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 39586c4..e0db99e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,7 +56,7 @@
 
 ### Ignore compiled pdfs
 *.pdf
-!figures/*/*.pdf
+!figures/**/*.pdf
 
 ## Other ignore
 ## ----------------------------------------------------------------------------
diff --git a/.gitmodules b/.gitmodules
index 631ca77..bb4d052 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,7 @@
 [submodule "style/uliege-latex"]
 	path = style/uliege-latex
 	url = git@gitlab.uliege.be:thlamb/uliege-latex.git
-	url = ../uliege-latex.git
+	url = ../../thlamb/uliege-latex.git
 [submodule "style/trigonthesis"]
 	path = style/trigonthesis
 	url = git@gitlab.public:thlamb/trigonthesis.git
-- 
GitLab