Skip to content
Snippets Groups Projects
Commit 5d19c4e4 authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

Update .gitlab-ci.yml file

parent e4dad1b4
No related branches found
No related tags found
No related merge requests found
Pipeline #6949 failed
......@@ -36,6 +36,7 @@ build-job: # This job runs in the build stage, which runs first.
test: # This job runs in the build stage, which runs first.
stage: test
script:
- apt-get update && apt-get install libgl1
- pip install pytest
- pytest tests/.
......
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