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

Fixing the gitlab job

parent 585a2bf0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@ build:
    - apt update && apt install -y redis-server ldap-utils ldapscripts libldap2-dev libsasl2-dev
    - service redis-server start
    - python -V         # Print out python version for debugging
    - pip install --upgrade pip
    - pip install pipenv

  script:
    - pipenv install pip==18.0
    - pipenv install --dev
    - pipenv run  pytest