From 6cf2ac3487f60e2160a45bc0e60c2b3a8a302119 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 14 Oct 2019 14:56:49 +0200
Subject: [PATCH] Desperation: use specific git revision

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 182986a..008090c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,7 +69,7 @@ full:
     - python -m pip install -U cppimport pybind11
     - python -m pip install --upgrade git+https://github.com/sympy/sympy.git
     - python -m pip install -e .
-    - python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git
+    - python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git@89ed566a9f08dfeb2faa98a5bd9110acc2edff5a
     - python setup.py test
     - python setup.py doctest
   tags:
-- 
GitLab