From 41d2c45b64120f025404c71ca966f1930787d4ce Mon Sep 17 00:00:00 2001 From: Will Chandler Date: Thu, 11 Jan 2024 11:36:32 -0500 Subject: ci: Install Python3 for FIPS jobs The ubi image used for FIPS testing does not have Python3 installed by default. Install it as part of the `before_script` steps. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b4935523..4b7b47489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -319,6 +319,7 @@ test:fips: CACHE_PREFIX: ubi-${UBI_VERSION} before_script: - *test_before_script + - dnf install -y python3 - test "$(cat /proc/sys/crypto/fips_enabled)" = "1" || (echo "System is not running in FIPS mode" && exit 1) parallel: matrix: -- cgit v1.2.3