From 2f216dfee83b87ebf39b27ac7c44f84395fd5d3d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Dec 2022 09:52:52 +0100 Subject: [PATCH] Fixing gitlab/python-test-template.yaml --- gitlab/python-test-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/python-test-template.yaml b/gitlab/python-test-template.yaml index 538aca1..a6eac96 100644 --- a/gitlab/python-test-template.yaml +++ b/gitlab/python-test-template.yaml @@ -15,7 +15,7 @@ script: - pip install --upgrade --upgrade-strategy eager pytest - pip list --format columns - - echo; echo "Content of variable '\$UHU': '${UHU}'."; echo + - 'echo; echo "Content of variable \"\$UHU\": \"${UHU}\"."; echo' - pytest --verbose # vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list -- 2.39.5