From 5a9387aa8986cd82214e138f478bd2f381788c04 Mon Sep 17 00:00:00 2001 From: Davide Ricci <davide.ricci@inaf.it> Date: Thu, 19 Jun 2025 09:00:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64cf8a5..dfccd73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,7 +133,8 @@ pages: tags: - git-run-ia2 before_script: - - apt install gnuplot + - apt-get update -y + - apt install -y gnuplot - pip install --upgrade pip - pip install setuptools gnuplotlib pyvantagepro # Install project so Sphinx can import it -- GitLab