From 6b9d20bf446cc8004b54170c4496641f7ce52155 Mon Sep 17 00:00:00 2001 From: Pierre-Eliott BRESSAND <ext.solutec.pbressand@grandlyon.com> Date: Thu, 30 May 2024 08:35:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28ba007..19cc55f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,7 @@ stages: build: image: registry.forge.grandlyon.com/openshift-as-code/reposit-gl/dind:extended stage: build + script: + - echo "coucou" tags: - build-push-to-registry \ No newline at end of file -- GitLab