Fix one compilation test in .gitlab-ci.yml

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2019-10-04 20:10:38 -03:00
parent bc288e88f4
commit 2bda9dd28e

View File

@ -16,7 +16,7 @@ build:
- export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial - export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
- make MPI=N NDIMS=2 - make MPI=N NDIMS=2
- make clean - make clean
- make MPI=Y NDIMS=3 - make MPI=N NDIMS=3
- make clean - make clean
- make MPI=Y NDIMS=2 - make MPI=Y NDIMS=2
- make clean - make clean