diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09b744034ca5c92c3595d7f540e66c7d224f85d1..c947e3fc376c8aae3ae4fbdafadb77159e38de37 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