From 58ac6e2b095125dd026d07f2f1d7e1772c2442a3 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Mon, 26 Nov 2018 22:31:09 +0100
Subject: [PATCH] Update debian repos before installation

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f8b66f..c769d3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: stretch_website
 
 before_script:
   - export LANG=en_US.UTF-8
+  - apt-get update
   - python3 -m venv venv
   - source venv/bin/activate
   - pip install wheel
-- 
GitLab