From ea60e8e26f8108673307a4cdee8d9c68cf539469 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Thu, 2 Nov 2023 12:26:21 +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 cc99ae4..61b237b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,9 +146,9 @@ build-job: # This job runs in the build stage, which runs first. - !reference [.default_rules, rules] script: # Test zip installation - # - 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 - echo "Compiling the code..." -- GitLab