diff options
| author | 2018-09-16 22:57:34 +0200 | |
|---|---|---|
| committer | 2018-09-16 22:57:34 +0200 | |
| commit | aece54f8aa18e4dcf74531e3b50a99e95df79465 (patch) | |
| tree | 4f7a4d6cd61a8c3634d676086c767c6ecd870ffb | |
| parent | Use sane package manager. (diff) | |
Fix typo.
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccf27e35..406d6055 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,8 @@ lint:      before_script:          - apk add python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev          - python3 -m pip install poetry -        - pipenv install --dev --system +        - poetry config settings.virtualenvs.in-project true +        - poetry install      script:          - flake8      tags:  |