diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d49ddc6f3254e3ab166e93183b80d9da0f5aff5..43b50edd06cb54c8757f76d0c1f5e1df12a03492 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,5 +31,5 @@ debian-11-gcc-9-17-python: # cmake flags we use for all dune moudle - important is that build shared libs is set (need some better way of doing this) DUNECI_CMAKE_FLAGS: $DUNE_CMAKE_FLAGS # finally set the python path to all modules - PYTHONPATH: /duneci/modules/dune-common/build-cmake/python:/duneci/modules/dune-geometry/build-cmake/python:$CI_PROJECT_DIR/build-cmake/python + PYTHONPATH: /duneci/modules/dune-common/build-cmake/python:$CI_PROJECT_DIR/build-cmake/python tags: [duneci]