From fa39d5d0b9b4b5d7b2cfa0e877a2226484c0f377 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Mon, 3 May 2021 19:39:56 +0200
Subject: [PATCH] enable python tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e7becca6..53f2e7b4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -553,7 +553,7 @@ sanity:
   before_script:
     - apt-get update && apt-get install -y python3-pip
   script:
-    - cd ${CI_PROJECT_DIR}/Python  # change into the Python directory
+    - cd ${CI_PROJECT_DIR}/python  # change into the Python directory
     - pip3 install --user -e '.[test]'  # install the package + test deps
     - python3 --version
     - python3 -m mypy corsika
-- 
GitLab