From 5d805a3ddeaf391ab6085b5c145b76a01cb52ccf Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Tue, 19 Nov 2024 11:05:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27d0aba0..66c2fc5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ websocket-autobahn: image: ubuntu:bionic script: - pip2 install 'wsaccel==0.6.3' - - pip2 install 'Automat==24.8.1' + - pip2 install 'Automat==22.10.0' - pip2 install autobahntestsuite - wstest -a - git clean -fdx