Skip to content
Snippets Groups Projects
Commit 0e17e2a4 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

Run unit test on the same image as `prepare vendor` job

parent f858aaea
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
unit test lastest:
<<: *job-test-unit-template-fast
image: wpdesknet/phpunit-woocommerce:0-0
image: wpdesknet/phpunit-woocommerce:0
only:
refs:
- devel
......@@ -50,7 +50,7 @@ unit test lastest:
unit test lastest coverage:
<<: *job-test-unit-template
image: wpdesknet/phpunit-woocommerce:0-0
image: wpdesknet/phpunit-woocommerce:0
only:
refs:
- master
......@@ -58,7 +58,7 @@ unit test lastest coverage:
unit test lastest manual:
<<: *job-test-unit-template-fast
image: wpdesknet/phpunit-woocommerce:0-0
image: wpdesknet/phpunit-woocommerce:0
when: manual
allow_failure: true
except:
......@@ -70,7 +70,7 @@ unit test lastest manual:
unit test lastest coverage manual:
<<: *job-test-unit-template
image: wpdesknet/phpunit-woocommerce:0-0
image: wpdesknet/phpunit-woocommerce:0
when: manual
allow_failure: true
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment