From f31afdee5212b0de4b0d5cf6d017d1eea1198b2e Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Wed, 15 Jun 2016 11:15:38 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9655645c8..85bf31131 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ update(144.76.113.134):
     - which composer
     - which git
     - which php7.0
+    - which sqlite3
   script:
     # Pfad zum neu geklonten Repo
     - path=`pwd`
@@ -39,6 +40,7 @@ update(metager3.de):
     - which composer
     - which git
     - which php7.0
+    - which sqlite3
   script:
     # Pfad zum neu geklonten Repo
     - path=`pwd`
-- 
GitLab