From 3de179e36b8a46e5f950e93c7c2e18c255183a07 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Mon, 30 Jan 2023 23:11:56 +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 12e44ea..98da8fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: stage: build before_script: - - apt-get install -y -qq libnetcdf-dev libnetcdff-dev libeccodes-dev netcdf-bin + - apt-get update -qq && apt-get install -y -qq libnetcdf-dev libnetcdff-dev libeccodes-dev netcdf-bin script: - export FC=gfortran -- GitLab