diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c947e3fc376c8aae3ae4fbdafadb77159e38de37..d1b2bc97c600aa2e6ad4998658606c3c33a44f0a 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++ gcc-gfortran python + - yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 - 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