From f822cf8c2f32378e7a78b9ceebebe1164e30b716 Mon Sep 17 00:00:00 2001
From: David Larlet <david@larlet.fr>
Date: Tue, 18 Mar 2025 19:52:35 -0400
Subject: [PATCH] CI: fast but not THAT fast

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3d6d7d0..525d4e6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ test:
     # Install dependencies and create associated cache dirs
     - mkdir -p "${APT_STATE_LISTS}/partial"
     - mkdir -p "${APT_CACHE_ARCHIVES}/partial"
-    # - apt update -qy
+    - apt update -qy
     - apt install -y apt-utils curl libgdal-dev make locales locales-all gettext
     - dpkg-reconfigure locales
     - locale-gen en_US.UTF-8
-- 
GitLab