From 1c7f8e4c8e0aaf51fb0a71ff43adf2246aa762d6 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 20 May 2018 16:26:43 +0200 Subject: check-syntax: don't install recommends and list ca-certificates --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cef57854a8..ce9a0e2a9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ check-syntax: stage: build before_script: - - apt-get update && apt-get -y install git make python python-apt + - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make python python-apt script: - git checkout master -- cgit v1.2.3