diff options
author | drebs <drebs@leap.se> | 2017-04-26 13:48:05 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:25:14 +0200 |
commit | eab5e8c5ade4c97847386f2e5f22655f07def9bd (patch) | |
tree | 9096a8fdc6d3baa769419029eea788a62c254116 /.gitlab-ci.yml | |
parent | 1ec535af0a3b63999a653db03baebda16aae4d21 (diff) |
[benchmarks] Fix script name inside .gitlab-ci.yml
Diffstat (limited to '.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 |