From 7582e5affb785ae61e0c19dd6750d1dbb920c07a Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Tue, 31 Jan 2023 12:54:45 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52d5011..b7c5099 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,11 +38,13 @@ ubuntu-test:
     - ncdump -h pres_temp_4D.nc
 
 jet-build:
-  image: almalinux:8.5
+  image: almalinux:8-minimal
   stage: build
   when: manual
 
   before_script:
+    - dnf config-manager --set-enabled powertools
+    - dnf install -yq epel-release
     - dnf install -yq netcdf-fortran-devel.x86_64 eccodes-devel.x86_64 netcdf.x86_64
   
   script:
-- 
GitLab