From d421120ca0a3d26916d9931cf6e402238b6b2936 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 12 Feb 2022 19:35:12 +0100 Subject: [PATCH] Adding peerjs to CI - .gitlab-ci.yml fix --- podman-peerjs/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-peerjs/.gitlab-ci.yml b/podman-peerjs/.gitlab-ci.yml index 4e39ffa..d06973e 100644 --- a/podman-peerjs/.gitlab-ci.yml +++ b/podman-peerjs/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: peerjs: stage: test script: - - cd podman-matrix + - cd podman-peerjs - GARBAYE_PEERJS_ENV_LISTENPORT=19000 ./10_install.sh - ./20_enable.sh - ./30_start.sh && sleep 10