diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c33da20d9bc7d1ac56fbcdeeb9420b21c99a7d8..aafc918d018fd9d60beab6a57a5f71d6a8d079f6 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 libglx0 - pip3 install $VF_WHEEL - pip3 install -r Python/requirements.txt