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

Update .gitlab-ci.yml file

parent 5d19c4e4
No related branches found
No related tags found
No related merge requests found
Pipeline #6950 passed
......@@ -36,7 +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
- apt-get update -y && apt-get install libgl1 -y
- 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