From 9cf7d8ec3a12e2ca6ca950148d8af98afb09b303 Mon Sep 17 00:00:00 2001
From: Krzysiek <krzysiek@inspirelabs.pl>
Date: Thu, 5 Apr 2018 15:13:59 +0200
Subject: [PATCH] Fix for lack of image

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd2f5e9..0fed7aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-#1.10.10
+#1.10.11
 before_script:
   - cd ${CI_PROJECT_DIR}
 
@@ -64,10 +64,12 @@ code style test:
 
 unit test lastest:
   <<: *job-test-unit-template
+  image: wpdesknet/phpunit-woocommerce:0-0
   only:
 
 integration test lastest:
   <<: *job-test-integration-template
+  image: wpdesknet/phpunit-woocommerce:0-0
   only:
 
 integration test php7-1 wc-1:
-- 
GitLab