From c7b4f901d7a4cd7aa6a0380f7eaf162e62e8cdc9 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Mon, 30 Jan 2023 23:18:53 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4ce2fd..511f044 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ test:
   needs:
     - build
   script:
+    - 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