From 7b09758b57d3456d49f4dae2e5f3645fd6b083f4 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Thu, 15 Feb 2024 17:09:48 +0000
Subject: [PATCH] Rename docker containers

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d5c22c..71f4995 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ include:
   - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
 
 variables:
-  VERSION: $CI_COMMIT_SHA
+  VERSION: commit-$CI_COMMIT_SHORT_SHA
 
 test:
   image: python:3.11-slim
-- 
GitLab