From df69ce56e35d1895e843c90eb0a790b7006af27b Mon Sep 17 00:00:00 2001
From: Simon Kirsten <simon.kirsten@stud.h-da.de>
Date: Tue, 16 Jun 2020 01:37:51 +0200
Subject: [PATCH] Fixed CI build

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

diff --git a/.gitlab-ci-docs.yml b/.gitlab-ci-docs.yml
index 42ec1a1..bb0617f 100644
--- a/.gitlab-ci-docs.yml
+++ b/.gitlab-ci-docs.yml
@@ -2,9 +2,12 @@
 
 docs:
   stage: build
-  image: python:3.7-alpine
+  image: python:3.7-slim
 
   before_script:
+    - apt-get update
+    - apt-get install -y --no-install-recommends gcc
+
     # TODO: we should consider also version locking these packages:
     #  ++ everything will work in the future
     #  -- we won't see any future improvements of the mkdocs and mkdocs-material packages
-- 
GitLab