diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 409b6a47ec7718c0238bfa07434c75eb7e1fcf44..44d694e383df3f7897cfd2ffbdeb9a46103e3a67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:latest before_script: - - apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev python3 python3-setuptools + - apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev python3 python3-setuptools python3-numpy python3-scipy python3-matplotlib - export LHOME=`pwd` # Compile grackle - mkdir grackle