From 8ab6ef8246db71205d10b2967e98e90096d3677c Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Mon, 30 Jan 2023 23:14:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98da8fd..e4ce2fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: stage: build before_script: - - apt-get update -qq && apt-get install -y -qq libnetcdf-dev libnetcdff-dev libeccodes-dev netcdf-bin + - apt-get update -qq && apt-get install -y -qq gfortran libnetcdf-dev libnetcdff-dev libeccodes-dev netcdf-bin script: - export FC=gfortran -- GitLab