Skip to content
Snippets Groups Projects
Commit 929f314e authored by Martin Blanchard's avatar Martin Blanchard
Browse files

.gitlab-ci.yml: Install auth. dependencies for testing

parent 7cbd0b8f
No related branches found
No related tags found
1 merge request!128Add JWT authentication support
Pipeline #39590274 passed
......@@ -20,6 +20,7 @@ before_script:
variables:
PYTEST_ADDOPTS: "--color=yes"
script:
- python3 -m pip install --user --editable ".[auth]"
- python3 setup.py test
- mkdir -p coverage/
- cp .coverage coverage/coverage."${CI_JOB_NAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment