Commit f606ed51 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 54abb500
Pipeline #430 failed with stage
in 39 seconds
# include:
# - remote: 'http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd/blob/dev_branch/dev_deploy.gitlab-ci.yml'
# - remote: 'http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd/blob/dev_branch/redeploy.gitlab-ci.yml'
image: python:3.5
stages:
- initial_repo
- clean_initial_repo
# - re-deploy-dev
# - clean_re-deploy-dev
include:
- local: /red-ci-cd/dev_branch/dev_deploy.gitlab-ci.yml
all_tests:
script:
- apt install python3-pip
- pip install requirements/local.txt
- 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