diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 601dcbd..0913c75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,10 +43,10 @@ build3: test: stage: test image: python:2.7 + before_script: + - pip install tox script: - - pip install --no-cache-dir --no-deps -r requirements-dev.txt - - cp env-dist .env - - pytest + - tox -e pytest docker: stage: deploy image: docker:latest