From 2685ced472a5949739a8918de4cd156d6288d74b Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Mon, 19 Oct 2020 20:18:30 +0200
Subject: [PATCH] Clear shell cache

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a956b2..08f4bf7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ stages:
   python3 -m venv venv
   source venv/bin/activate
   pip install -U pip setuptools wheel
+  hash -r
   pip freeze
   make install-dev
   pip freeze
-- 
GitLab