From 212071cadf94741dd76e351849175cb53106de8f Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 20 Feb 2022 13:07:51 +0100 Subject: [PATCH] Revert "Jitsi : fix CI 1/x :d" This reverts commit ae6f933d2438d892a6d5320f4ef5f9ec5d168d24. --- 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 e256eea..b944b27 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_install.sh + - GARBAYE_JITSI_ENV_LISTENPORT=18085 ./10_freshinstall.sh - ./20_enable.sh - ./30_start.sh && sleep 10 - ./40_stop.sh