From 7e45ec008416ed22c29bfcc49aad3f0729ff67e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 26 Mar 2020 11:03:52 +0100 Subject: [PATCH] Do not install compiledb in cppcheck job compiledb is already included in the Docker image used by the cppcheck job. Do not attempt installing it again. (cherry picked from commit 3d264dbe819cd045cde72acac4222cbadf71ee15) --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 986ec8bdad..5a7ca29cb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -364,8 +364,6 @@ stages: .cppcheck: &cppcheck_job <<: *default_triggering_rules stage: postcheck - before_script: - - pip3 install compiledb script: - *configure - (make -nwk all || true) | compiledb