From 4ee6d3b60b63703dd154fde9a569edd3e407bd2c Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 18 Aug 2023 08:02:38 +0100
Subject: [PATCH] Use float-podman-runner image

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7918cf7..3587e74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-include: "https://git.autistici.org/ai3/build-container/raw/master/common.yml"
+include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
 
 stages:
   - build
@@ -7,7 +7,7 @@ stages:
 
 test:
   stage: test
-  image: registry.git.autistici.org/ai3/docker/test/float-like-podman:master
+  image: registry.git.autistici.org/pipelines/images/test/float-podman-runner:master
   tags: [podman]
   script:
     - chown -R 1000 testconf
-- 
GitLab