Commit 3df05b74 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent f52b2c54
Pipeline #476 passed with stages
in 1 minute and 49 seconds
...@@ -5,11 +5,10 @@ stages: ...@@ -5,11 +5,10 @@ stages:
- all_tests - all_tests
- test_failed - test_failed
- release - release
# - wow - wow
all_tests: all_tests:
stage: all_tests stage: all_tests
image: python 3.7.4
script: script:
- git clone http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd.git -b new-test - git clone http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd.git -b new-test
- pip install -r red-ci-cd/requirements/local.txt - pip install -r red-ci-cd/requirements/local.txt
...@@ -30,8 +29,8 @@ release: ...@@ -30,8 +29,8 @@ release:
script: script:
- echo "release" - echo "release"
# include: include:
# - local: 'wow.yml' - local: 'wow.yml'
\ 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