From 295f05a02e757b2ee8988b516ffd3ea71d9d9da9 Mon Sep 17 00:00:00 2001 From: Stephan Uhlmann Date: Wed, 17 Jul 2024 19:08:33 +0200 Subject: [PATCH] install vim package for tests which includes necessary xxd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04e5697..2cb4429 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ tests: stage: test image: opensuse/leap:latest before_script: - - zypper install -y bash openssl curl + - zypper install -y bash openssl curl vim script: - cd test && ./test.sh