From 92cc26e8cd7a809c72e8bfb593ffcea66b88c95a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 23 Dec 2022 14:39:38 +0100 Subject: fix .gitlab-ci YAML syntax --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 084eb35..902d3fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ before_script: test: script: - - pip install poetry && pip install "playwright=="$(poetry show playwright | grep version | cut -f 2 -d : | tr -d " ") + - pip install poetry && pip install "playwright=="$(poetry show playwright | grep version | cut -f 2 -d ":" | tr -d " ") - playwright install firefox - playwright install-deps - tox -e python -- --browser firefox -- cgit v1.2.3