From 3aac5f9a98f7664cf102f170db1fd155b4b9150d Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Fri, 5 Feb 2021 14:48:19 +0100
Subject: [PATCH] ligGL now included in docker image. Use cache from gcc_9 for
 Python

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a44b8372f..aafc918d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: irmb/virtualfluids-python-deps
+image: irmb/virtualfluids-python-deps:latest
 
 stages:
   - build
@@ -166,7 +166,7 @@ gcc_9_python:
   needs: ["gcc_9"]
 
   cache:
-    key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+    key: "gcc_9-$CI_COMMIT_REF_SLUG"
     paths:
       - $BUILD_FOLDER
 
@@ -217,7 +217,6 @@ gcc_9_python_bindings_test:
   before_script:
     - export PYTHONPATH="Python"
     - export VF_WHEEL=$(find dist/*.whl)
-    - apt-get update && apt-get install -y libgl1
     - pip3 install $VF_WHEEL
     - pip3 install -r Python/requirements.txt
 
-- 
GitLab