From 3d264dbe819cd045cde72acac4222cbadf71ee15 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. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7787feed1..79c9575adc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -363,8 +363,6 @@ stages: .cppcheck: &cppcheck_job <<: *default_triggering_rules stage: postcheck - before_script: - - pip3 install compiledb script: - *configure - (make -nwk all || true) | compiledb