Skip to content
Snippets Groups Projects
Commit b3ca8feb authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Adjust .gitlab-ci.yml

parent 94e37606
No related branches found
No related tags found
No related merge requests found
Pipeline #1896 passed
...@@ -3,6 +3,6 @@ image: python:3.5-buster ...@@ -3,6 +3,6 @@ image: python:3.5-buster
test: test:
script: script:
- apt update -qy - apt update -qy
- python3 setup.py - python3 setup.py install
- pip install -e .[dev] - pip install -e .[dev]
- python3 -m unittest - python3 -m unittest -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment