From c8e32c2802a1519eb0d5095561db28934103b3ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 29 Dec 2017 15:49:20 +0100 Subject: [PATCH] gitlab-ci: and one last stoopid error in debian_testing target --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 381df670..afe03059 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,8 @@ debian_testing: - cd tests - rm -f install.TestCase # fails frequently and is unimportant - echo "Debian's build-tools is too old, remove once the package has been updated" - - sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' tests/repo/index.xml - - sed -i '/^diff -uw .*index-v1.json$/d' tests/run-tests + - sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' repo/index.xml + - sed -i '/^diff -uw .*index-v1.json$/d' run-tests - ./run-tests ubuntu_lts: -- 2.30.2