diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e98e95043eb865742d93059878d4b20a92edbd77..74d2cb2fda77d8719d634ffc5222e5b226d72701 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -179,6 +179,20 @@ tests (arch - conda - ogs custom latest) [M]: + +tests (arch - pip - no OGS) [R]: + stage: test + tags: [shell, envinf] + needs: [] + before_script: + - *pip-setup-activate + - pip install -e .[pinned,test] + - *pip-setup-extra-headless + script: + - python -c "import ogstools as ot; ot.status(verbose=True)" + - pytest -m "not (tools or system)" + + tests coverage (arch - container) [R]: stage: test script: