From 6b72190c2061e9618086593d7ddddfb5c7a16a5b Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 10 Nov 2022 13:27:52 +0100
Subject: [PATCH] Fix missing dependency

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32ba957..305b487 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ default:
   image: ubuntu:22.04  # use latest for building/linting
   before_script:
     - apt update
-    - apt install -y libgfal2-dev python3.10 python3-pip cmake libboost-python-dev
+    - apt install -y libgfal2-dev python3.10 python3-pip cmake libboost-python-dev python3.10-venv
     - python3 --version # For debugging
     - python3 -m pip install --upgrade pip
     - pip install --upgrade tox twine
-- 
GitLab