From 71a1b11221e86d8d0c5c4daab243e581e2631633 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 10 May 2023 10:55:08 +0100 Subject: ci: Fix websocket-autobahn job Last wsaccel library fails to install on the container. This test has not been maintained for a while so libraries are getting pretty old anyway. Signed-off-by: Frediano Ziglio --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea222951..5ecae652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,7 @@ websocket-autobahn: - *protocol image: ubuntu:bionic script: + - pip2 install 'wsaccel==0.6.3' - pip2 install autobahntestsuite - wstest -a - git clean -fdx -- cgit v1.2.3