Skip to content
Snippets Groups Projects
Commit bc4118ec authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Merge branch 'bugfix/tests-in-tags' into 'master'

Bugfix/tests in tags

See merge request wpdesk/gitlab-ci!97
parents 8ac32245 db7c13e0
Branches
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ codeception test:
refs:
- master
- devel
- tags
codeception test latest woocommerce:
<<: *job-codeception-test-latest-woocommerce
......@@ -89,6 +90,7 @@ codeception test latest woocommerce:
refs:
- master
- devel
- tags
codeception test manual:
<<: *job-codeception-test
......@@ -98,6 +100,7 @@ codeception test manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_CODECEPTION
......@@ -109,5 +112,6 @@ codeception test latest woocommerce manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_CODECEPTION
......@@ -121,6 +121,7 @@ integration test lastest:
refs:
- master
- devel
- tags
integration test lastest coverage:
<<: *integration_test_lastest_coverage
......@@ -128,6 +129,7 @@ integration test lastest coverage:
refs:
- master
- devel
- tags
integration test php7-1 wc-1:
<<: *integration_test_php7-1_wc-1
......@@ -135,6 +137,7 @@ integration test php7-1 wc-1:
refs:
- master
- devel
- tags
integration test php7 wc-2:
<<: *integration_test_php7_wc-2
......@@ -142,6 +145,7 @@ integration test php7 wc-2:
refs:
- master
- devel
- tags
integration test php-7 wc-3:
<<: *integration_test_php-7_wc-3
......@@ -149,6 +153,7 @@ integration test php-7 wc-3:
refs:
- master
- devel
- tags
integration test php5-6:
<<: *integration_test_php5-6
......@@ -156,6 +161,7 @@ integration test php5-6:
refs:
- master
- devel
- tags
integration test php5-5:
<<: *integration_test_php5-5
......@@ -163,6 +169,7 @@ integration test php5-5:
refs:
- master
- devel
- tags
integration test current woocommerce:
<<: *integration_test_current_woocommerce
......@@ -170,6 +177,7 @@ integration test current woocommerce:
refs:
- master
- devel
- tags
integration test lastest manual:
<<: *integration_test_lastest
......@@ -179,6 +187,7 @@ integration test lastest manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -190,6 +199,7 @@ integration test lastest coverage manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -201,6 +211,7 @@ integration test php7-1 wc-1 manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -212,6 +223,7 @@ integration test php7 wc-2 manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -223,6 +235,7 @@ integration test php-7 wc-3 manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -234,6 +247,7 @@ integration test php5-6 manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -245,6 +259,7 @@ integration test php5-5 manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_PHP_5_5
- $DISABLE_INTEGRATION_TESTS
......@@ -257,5 +272,6 @@ integration test current woocommerce manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
......@@ -44,6 +44,7 @@ unit test lastest:
refs:
- master
- devel
- tags
unit test lastest coverage:
<<: *job-test-unit-template
......@@ -52,6 +53,7 @@ unit test lastest coverage:
refs:
- master
- devel
- tags
unit test lastest manual:
<<: *job-test-unit-template-fast
......@@ -62,6 +64,7 @@ unit test lastest manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_COVERAGE
......@@ -74,5 +77,6 @@ unit test lastest coverage manual:
refs:
- master
- devel
- tags
variables:
- $DISABLE_COVERAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment