Skip to content
Snippets Groups Projects
Commit a65b4d04 authored by Hock, Martin's avatar Hock, Martin
Browse files

Update .gitlab-ci.yml

parent 0c9b0f1d
No related branches found
No related tags found
No related merge requests found
Pipeline #702411 failed
......@@ -23,6 +23,8 @@ cache:
- .cache/pip
- venv/
preparation:
tag: docker
before_script:
- python --version # For debugging
- pip install virtualenv
......@@ -30,6 +32,7 @@ before_script:
- source venv/bin/activate
test:
tag: docker
script:
- python setup.py test
- pip install tox flake8 # you can also use tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment