From f41c05c76e71b3054a2daf368cc8da8bac5fff08 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 17 Aug 2023 10:06:16 +0100
Subject: [PATCH] Move container test CI job to the post-build stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7360b7c..5e796d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
 include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
 
-test:
+ctest:
   image: registry.git.autistici.org/ai3/docker/test/float-like-podman:master
-  stage: test
+  stage: container-test
   tags: [podman]
   script:
     - with-container --expose=11211 $IMAGE_TAG ./test.sh
-- 
GitLab