From ae6f933d2438d892a6d5320f4ef5f9ec5d168d24 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 20 Feb 2022 12:59:25 +0100 Subject: [PATCH] Jitsi : fix CI 1/x :d --- podman-jitsi/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/.gitlab-ci.yml b/podman-jitsi/.gitlab-ci.yml index b944b27..e256eea 100644 --- a/podman-jitsi/.gitlab-ci.yml +++ b/podman-jitsi/.gitlab-ci.yml @@ -7,7 +7,7 @@ jitsi: stage: test script: - cd podman-jitsi - - GARBAYE_JITSI_ENV_LISTENPORT=18085 ./10_freshinstall.sh + - GARBAYE_JITSI_ENV_LISTENPORT=18085 ./10_install.sh - ./20_enable.sh - ./30_start.sh && sleep 10 - ./40_stop.sh