Commit 8f0cf01d authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent c2387bd2
Pipeline #453 failed with stages
in 1 minute and 23 seconds
...@@ -5,6 +5,7 @@ stages: ...@@ -5,6 +5,7 @@ stages:
- all_tests - all_tests
- build - build
- release - release
- wow
all_tests: all_tests:
stage: all_tests stage: all_tests
...@@ -28,6 +29,11 @@ release: ...@@ -28,6 +29,11 @@ release:
script: script:
- echo "release" - echo "release"
wow:
stage: wow
script:
- echo "wow"
\ 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