Browse Source

fix config

master
Dimitri Merejkowsky 4 years ago
parent
commit
e8df84ecbd
No known key found for this signature in database GPG Key ID: 6BF3C7EA7C2D64EC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

@@ -2,7 +2,7 @@ image: python:latest

before_script:
- pip install poetry
- poetry config virtualenvs.in-project = true
- poetry config virtualenvs.in-project true


pages: