Verified Commit f00deeac authored by Peter Stanko's avatar Peter Stanko
Browse files

Removed redundant installation of pipenv

parent 9f7d2473
Pipeline #31646 failed with stage
in 1 minute and 23 seconds
...@@ -11,10 +11,10 @@ cache: ...@@ -11,10 +11,10 @@ cache:
- ~/.cache/pip/ - ~/.cache/pip/
stages: stages:
- build - test
build: build:
stage: build stage: test
tags: tags:
- shared-fi - shared-fi
before_script: before_script:
...@@ -23,11 +23,10 @@ build: ...@@ -23,11 +23,10 @@ build:
- service redis-server start - service redis-server start
- python -V # Print out python version for debugging - python -V # Print out python version for debugging
- pip install pipenv - pip install pipenv
- pip install pipenv
script: script:
- pipenv install --dev - pipenv install --dev
- pipenv run pytest - pipenv run pytest
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment