From cc49aef6d9e048780882ac2c4db553000fc77787 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Mon, 30 Jan 2023 23:27:41 +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 8f6b7d7..90a6ac6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ test: needs: - build script: - - apt-get update -qq && apt-get install -y -qq libnetcdff* + - apt-get update -qq && apt-get install -y -qq libnetcdff* netcdf-bin - ./src/main - test -f pres_temp_4D.nc - ncdump -h pres_temp_4D.nc -- GitLab