Commit 1d1f10b2 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent f606ed51
Pipeline #431 failed with stage
in 43 seconds
...@@ -2,6 +2,6 @@ image: python:3.5 ...@@ -2,6 +2,6 @@ image: python:3.5
all_tests: all_tests:
script: script:
- apt install python3-pip # - apt install python3-pip
- pip install requirements/local.txt - pip install requirements/local.txt
- python3 manage.py test -k - python3 manage.py test -k
\ No newline at end of file
Markdown is supported
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