Commit 7637dffc authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 8f0cf01d
Pipeline #454 canceled with stages
in 7 seconds
...@@ -3,7 +3,7 @@ image: python:3.7.4 ...@@ -3,7 +3,7 @@ image: python:3.7.4
stages: stages:
- all_tests - all_tests
- build - test_failed
- release - release
- wow - wow
...@@ -16,8 +16,8 @@ all_tests: ...@@ -16,8 +16,8 @@ all_tests:
build: test_failed:
stage: build stage: test_failed
when: on_failure when: on_failure
script: script:
- echo "wow" - echo "wow"
......
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