diff options
| author | 2018-06-06 14:43:52 +0100 | |
|---|---|---|
| committer | 2018-06-06 14:43:52 +0100 | |
| commit | 4b5f12c990dbd4402816965ad950ce58f9047b16 (patch) | |
| tree | 4f9565bb6c49d71b9a24e08afcbfc75bfff4d166 | |
| parent | [CI] Add GitLab CI YAML (diff) | |
[CI] Fix GitLab CI YAML
Diffstat (limited to '')
| -rw-r--r-- | .gitlab-ci.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19f09095..691afbc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@  image: python:3.6-alpine3.7  variables: -  - PIPENV_VENV_IN_PROJECT: 1 -  - PIPENV_IGNORE_VIRTUALENVS: 1 -  - RABBITMQ_HOST: localhost +  PIPENV_VENV_IN_PROJECT: 1 +  PIPENV_IGNORE_VIRTUALENVS: 1 +  RABBITMQ_HOST: localhost  services:    - docker:dind | 
