Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-22 04:34:35 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 18:08:17 +0300
commit28469ac712c37584a709fc33a8cfaa25a810711c (patch)
treee4e65d4e174857a6907e63f3c58648a35a39a430 /.gitlab-ci.yml
parent0a1fccb2ed0e0479dbaa4c22726d5c7a440f014c (diff)
Touch reports
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a819610c41e..f2252e9018f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,7 @@ before_script:
RAILS_ENV: "test"
SIMPLECOV: "true"
script:
+ - touch knapsack_rspec_report.json
- JOB_NAME=( $CI_BUILD_NAME )
- export CI_NODE_INDEX=${JOB_NAME[1]}
- export CI_NODE_TOTAL=${JOB_NAME[2]}
@@ -43,6 +44,7 @@ before_script:
RAILS_ENV: "test"
SIMPLECOV: "true"
script:
+ - touch knapsack_cucumber_report.json
- JOB_NAME=( $CI_BUILD_NAME )
- export CI_NODE_INDEX=${JOB_NAME[1]}
- export CI_NODE_TOTAL=${JOB_NAME[2]}