diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e06c4e4a12d435ee4d52f33df3854e069c7d061..53ebff8fe1d4647dcd21ada9364b2c8e7dc99ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,4 +83,5 @@ cython-editable-install-test: - integration script: - python3 -m pip install -e ".[test]" + - python3 -c "from cal_tools.restful_config import restful_config; print(restful_config.get('calcat')['base-api-url'])" - python3 -m pytest --color yes --verbose ./tests/test_cythonalgs.py