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
Checking pipeline status
...@@ -36,6 +36,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -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. test: # This job runs in the build stage, which runs first.
stage: test stage: test
script: script:
- apt-get update && apt-get install libgl1
- pip install pytest - pip install pytest
- pytest tests/. - 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