Skip to content
Snippets Groups Projects
Commit d4037960 authored by Christoph Alt's avatar Christoph Alt
Browse files

Update .gitlab-ci.yml file

parent cb310b26
Branches
Tags
No related merge requests found
Pipeline #41786 passed with stage
in 31 seconds
stages:
- test
test:
stage: test
tags:
- docker
image: python:3.8
script:
- pip install --user pytest
- pip install .
- python -m pytest
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment