Commit ea60e8e2 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ fix CI

parent 827f897c
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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..."