From e72f5a2a2316d2f27e38ebd0080edf96c6f14a46 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 26 Apr 2017 13:48:05 +0200 Subject: [test] Fix script name inside .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4238cf1..a5bf9045 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ benchmark: - git checkout leap/master testing/tox.ini testing/tests/benchmarks/conftest.py testing/tests/conftest.py - git checkout leap/benchmark-all-commits tune-adbapi-parameters.sh # ensure larger timeout and more retries for async/concurrent sqlcipher access - - ./tune-adbpi-parameters.sh + - ./tune-adbapi-parameters.sh - git status - git show -s --pretty=fuller - cd testing -- cgit v1.2.3