diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c53b2a8..e9770e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ tests: before_script: - pip install pytest script: - - pip install -r requirements.txt + - pip install . - pytest -W error test/