From 8d586c3e51cf8a2dd17832b9db7ae38307f78b56 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 13 Apr 2019 16:04:44 -0700
Subject: [PATCH] We can't use the default CI image, alpine, as it lacks
 dependencies like svn.

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dda6c03..90e5e31 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@ PHPunit:PHP7.2:MySQL:
     - phpunit
 
 PHPunit:PHP7.3:MySQL:
+  stage: test
   image: containers.ethitter.com:443/docker/images/php:7.3
   services:
     - mysql:5.6
@@ -46,6 +47,7 @@ PHPunit:PHP7.3:MySQL:
 
 PluginSVN:
   stage: deploy
+  image: containers.ethitter.com:443/docker/images/php:7.3
   before_script:
     - date
   script: ./bin/deploy.sh
-- 
GitLab