From 06a8e7d6bd6212b3b54a01535d4b0d1561aaf8d7 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Fri, 22 Apr 2022 15:30:18 +0200
Subject: [PATCH] Adding AlmaLinux test image

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09b744034..c947e3fc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ docker_almalinux_build:
        - ./build/openfpm_numerics/src/numerics
        - ./openfpm_numerics/test
    script:
-     - yum install -y openssh-clients cmake wget git gcc-c++
+     - yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python
      - mkdir -p openfpm_dependencies
      - mkdir /root/.ssh && chmod 700 /root/.ssh
      - cp id_rsa.pub /root/.ssh/id_rsa.pub && chmod 644 /root/.ssh/id_rsa.pub
-- 
GitLab