From fecceb41a3b33a026da49e4b8d77f77ab65bbfb8 Mon Sep 17 00:00:00 2001 From: zvon Date: Fri, 17 Apr 2020 22:44:29 +0200 Subject: [PATCH] CI: install sudo for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d301f90..d5fb1a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ linux:codacy: needs: [] before_script: - apt update - - apt install -y libsqlite3-dev libcurl4-openssl-dev g++ make build-essential gettext git gcovr + - apt install -y libsqlite3-dev libcurl4-openssl-dev g++ make build-essential gettext git gcovr sudo - export CXX=g++ - git submodule update --init rapidjson script: