diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2016-09-08 11:29:50 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2016-09-08 11:29:50 +0000 |
commit | d1dbc496783699a72bddb72c2ec7b16bb5fbad9a (patch) | |
tree | 12fc48947e6496d44671a72abe81299ac2e9dc1c /.gitlab-ci.yml | |
parent | 614fd8956bec5a3f2f079c37673f26f7025a7df0 (diff) | |
parent | 0611866f106a1d0b798ae3d1398f430fc6ec668f (diff) | |
download | gitlab-ce-d1dbc496783699a72bddb72c2ec7b16bb5fbad9a.tar.gz |
Merge branch 'enable-rspec-formatter' into 'master'
Enable rspec documentation formatter and color output
Current rspec just outputs a `=` as each test runs. This enables the documentation formatter and color output to make it easier to know what is going on with each spec.
See merge request !5924
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 d0805125a42..f51d506f64a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ update-knapsack: - export KNAPSACK_REPORT_PATH=knapsack/rspec_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json - export KNAPSACK_GENERATE_REPORT=true - cp knapsack/rspec_report.json ${KNAPSACK_REPORT_PATH} - - knapsack rspec + - knapsack rspec "--color --format documentation" artifacts: expire_in: 31d paths: |