From 2c1471aedb1c2a32af3ef3278e2896eade542332 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 11 Dec 2015 17:06:09 -0200 Subject: [PATCH] group all non-smoke tests --- .gitlab-ci.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d032e0..dd03ca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,7 @@ before_script: stages: - smoke-tests - - not-so-slow-tests - - slow-tests + - all-tests smoke: script: bundle exec rake ci:smoke @@ -16,24 +15,24 @@ smoke: units: script: bundle exec rake test:units - stage: not-so-slow-tests + stage: all-tests functionals: script: bundle exec rake test:functionals - stage: not-so-slow-tests + stage: all-tests integration: script: bundle exec rake test:integration - stage: not-so-slow-tests + stage: all-tests cucumber: script: bundle exec rake cucumber - stage: slow-tests + stage: all-tests selenium: script: bundle exec rake selenium - stage: slow-tests + stage: all-tests plugins: script: bundle exec rake test:noosfero_plugins - stage: slow-tests + stage: all-tests -- libgit2 0.21.2