diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5bf9045..33639878 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,11 @@ benchmark: # benchmarking data to elasticsearch. - git remote add leap https://leap.se/git/soledad - git fetch leap - - git checkout leap/master testing/tox.ini testing/tests/benchmarks/conftest.py testing/tests/conftest.py + - git checkout leap/master + testing/tox.ini + testing/tests/benchmarks/conftest.py + testing/tests/conftest.py + testing/check-pysqlcipher.py - git checkout leap/benchmark-all-commits tune-adbapi-parameters.sh # ensure larger timeout and more retries for async/concurrent sqlcipher access - ./tune-adbapi-parameters.sh |