diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-12 10:52:20 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-03-09 14:21:19 +0100 |
commit | 640bf8ab7212988fda0189e1534d46dcbf0c126f (patch) | |
tree | b75520ff4399df7339e4f19e3b02406abc7c9880 /.gitlab-ci.yml | |
parent | 500337c4b23700a30876c6d2f8e7c612f8114432 (diff) | |
download | gitlab-ce-640bf8ab7212988fda0189e1534d46dcbf0c126f.tar.gz |
Retry failed tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c477721f9da..f77b5bdc955 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ cache: variables: MYSQL_ALLOW_EMPTY_PASSWORD: "1" + # retry tests only in CI environment + RSPEC_RETRY_RETRY_COUNT: "3" before_script: - source ./scripts/prepare_build.sh |