diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d53b41cb66354d239c4d92c5bba82d379a66ef0..d3c9c873b2305fdfb44a23e60bfc07926a5022eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,11 +146,11 @@ 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 - - apt install -y zip unzip - - zip --help + # - rm -rf /var/lib/apt/lists/* + # - apt update + # - apt-cache gencaches + # - apt install -y zip unzip + # - zip --help - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env