From 6aff7866f7953463dc72973ce27e69d319fcfe0c Mon Sep 17 00:00:00 2001
From: David Larlet <david@larlet.fr>
Date: Tue, 18 Mar 2025 11:32:07 -0400
Subject: [PATCH] CI: test with images

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c19faa16..7e9067da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,3 @@
-image: python:latest
-
 stages:
   - test
 
@@ -27,6 +25,7 @@ cache:
 
 test:
   stage: test
+  image: mdillon/postgis
   before_script:
     # Install dependencies and create associated cache dirs
     - mkdir -p "${APT_STATE_LISTS}/partial"
-- 
GitLab