From 3de11ce6522db2f349435639973ac960c9769342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20B?= <stephane.bouvry@unicaen.fr> Date: Wed, 16 Oct 2024 08:28:32 +0200 Subject: [PATCH] Fix image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0f41c4..0cb3180 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: php-8.2 +image: php:8.2 stages: - test -- GitLab