Commit 58f7047b authored by Jérôme Charaoui's avatar Jérôme Charaoui 🕯️
Browse files

Update .gitlab-ci.yml

parent 2c29c013
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -11,9 +11,14 @@ variables:
  tags:
    - amd64
    - docker
  variables:
    POETRY_CACHE_DIR: .cache/pypoetry
  cache:
    key: pypoetry
    paths:
      - .cache/pypoetry
  before_script:
    - poetry install --no-root --only=dev --no-interaction --no-ansi

coverage:
  extends: .test-job
  script: