Skip to content
Snippets Groups Projects
Commit 7461542f authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

Update .gitlab-ci.yml

parent cc3862b8
No related branches found
No related tags found
1 merge request!9Test graph generation
Pipeline #13268 passed with stage
in 1 minute and 2 seconds
run_tests:
image: "python:$VERSION"
script:
- apt update && apt install graphviz
- apt update && apt install -y graphviz
- pip install -e .[dev]
- export PYTHONPATH="$(pwd)"
- coverage run --source . run_tests.py
......
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