Make GitLab CI use requirements-dev.txt for tests

This commit is contained in:
Miron Moderau
2021-09-08 16:27:20 +02:00
parent f0f6210c3e
commit 46cda7d61a

View File

@@ -7,7 +7,7 @@ stages:
test_package:
stage: test
script:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest
except:
- tags