Skip to content
Snippets Groups Projects
Commit 18f11f7b authored by Jomaro Rodrigues's avatar Jomaro Rodrigues
Browse files

Update .gitlab-ci.yml

parent 2e8da924
No related branches found
No related tags found
1 merge request!1WIP: Development
...@@ -7,7 +7,7 @@ before_script: ...@@ -7,7 +7,7 @@ before_script:
- pip3 install -U pip setuptools pipenv==9.0.3 - pip3 install -U pip setuptools pipenv==9.0.3
- pip3 --version - pip3 --version
- pipenv install - pipenv install
- pipenv shell - source $(pipenv --venv)/bin/activate
- python --version - python --version
- pip3 show django | grep Version - pip3 show django | grep Version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment