From 0dfda4f94effe2a623d07afb38058d2b73c735dd Mon Sep 17 00:00:00 2001
From: aduvermy <arnaud.duvermy@ens-lyon.fr>
Date: Tue, 7 May 2024 12:36:48 +0200
Subject: [PATCH] fix ci

Former-commit-id: 809428ee74694037f2aeaff347bbc1e4028fe228
Former-commit-id: 0ba4315e08350157cc427598bab6ae129c1afe08
Former-commit-id: 838b77453bfa3c02cd518124d0f887d4b5c1331d
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e831340..4b7812b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,6 @@
 image: rocker/tidyverse:4.4.0
 
 before_script:
-  - docker system prune -a -f
-  - docker builder prune -f
   - apt-get update
   - apt-get install -y --no-install-recommends libcurl4-openssl-dev libxext6 libxtst6 libxt6
   - apt-get install -y --no-install-recommends qpdf pandoc pandoc-citeproc
-- 
GitLab