From 62ab31b13a72908ca141ace72d4868b570d1e99a Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Mon, 30 Jan 2023 23:25:17 +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 511f044..8f6b7d7 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*
     - ./src/main
     - test -f pres_temp_4D.nc
     - ncdump -h pres_temp_4D.nc
-- 
GitLab