diff options
author | drebs <drebs@leap.se> | 2017-04-26 13:48:05 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-07-03 14:20:03 -0300 |
commit | e72f5a2a2316d2f27e38ebd0080edf96c6f14a46 (patch) | |
tree | 46e26657899fbe741fd4e0471e9d01494e4445da | |
parent | 462c33864a568e24e9781b8fb1de520821bc18bc (diff) |
[test] Fix script name inside .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |