From bdf42173703bd1c8168202d4555024887316552c Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Thu, 2 Nov 2023 12:29:36 +0100 Subject: [PATCH] + fix CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61b237b..6d53b41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -236,9 +236,9 @@ pages: artifacts: true script: # Get the previous GitLab Pages content (otherwise other beta/stable branch gets removed..) - # - rm -rf /var/lib/apt/lists/* - # - apt update - # - apt-cache gencaches + - rm -rf /var/lib/apt/lists/* + - apt update + - apt-cache gencaches - apt install -y zip unzip - zip --help - set +e -- GitLab