From e2aa881a3829c29dc517ee996ce44013723d4843 Mon Sep 17 00:00:00 2001
From: Imran Hussain <imranh@sucs.org>
Date: Sun, 8 Nov 2015 00:43:29 +0000
Subject: [PATCH] try to work out how to use apt

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cbaaa4..85390a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
 before_script:
+  - apt-get clean
+  - apt-get update
   - apt-get install -y php5-cli
 
 syntax:
-- 
GitLab