diff options
author | varac <varacanero@zeromail.org> | 2017-04-05 12:47:40 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:25:04 +0200 |
commit | 97ca968e622796e5e783b6e4c410bee36df90803 (patch) | |
tree | 94c6c1866009a58295d9528169d3a2915fe4b820 /.gitlab-ci.yml | |
parent | 0db716a686443d21eb0134f91e4541b9d4a69f82 (diff) |
[benchmarks] Run test in docker
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9387f843..4ab6a25d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,9 @@ benchmark: - couchdb allow_failure: true script: + # We need some files on order to post the right benchmarking data to elasticsearch + - git checkout origin/master testing/tox.ini testing/tests/benchmarks/conftest.py testing/tests/conftest.py + - git status - cd testing - curl -s couchdb:5984 # You can provide a $NETRC variable containing the creds for your |