From dc21c80942c34d024b19da9e8e7374066eef1637 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 20 May 2018 13:04:35 +0200 Subject: Remove python-apsw for syntax-check job --- .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 b0ff857a39..cef57854a8 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 python-apsw + - apt-get update && apt-get -y install git make python python-apt script: - git checkout master -- cgit v1.2.3