From 699e9fbd722ebf523addb522bd267962f13322d8 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Fri, 8 Apr 2022 14:14:43 +0100 Subject: [PATCH] aaaaaaaaaaaaaaaaaaaa --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88f2135..d481e62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:3.8-bullseye test: stage: test script: - - apt install build-essential + - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme - sphinx-build -b html docs public @@ -13,7 +13,7 @@ test: pages: stage: deploy script: - - apt install build-essential + - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme - sphinx-build -b html docs public