From c4cfd99d4c16223b2cdc448cc796d47a9ff01796 Mon Sep 17 00:00:00 2001
From: Vincent Mazenod <vmazenod@gmail.com>
Date: Thu, 28 Jul 2022 18:15:14 +0200
Subject: [PATCH] update gitlab ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adf6782..3268eac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ build:
   stage: build
   script:
     # dépendances pelican thèmes
+    - apt-get update
     - apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm
     - pip install --upgrade pip==9.0.3
     - pip install -r requirements.txt
-- 
GitLab