From 542f948ac7e9e9729821bb0d8fc8b3e04bdfc6a4 Mon Sep 17 00:00:00 2001
From: Bryan  BRANCOTTE <bryan.brancotte@pasteur.fr>
Date: Wed, 19 Jun 2024 10:54:04 +0200
Subject: [PATCH] fixe typo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6f8e59..998976a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,7 +139,7 @@ publish_listing:
   needs: 
     - build_r
     - build_python
-  scripts: 
+  script: 
     - echo "built image,base os,R/Python,shiny-server" > image-list.csv
     - cat image-list-fragments/*.csv >> image-list.csv
   artifacts:
-- 
GitLab