Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
6f174062
Commit
6f174062
authored
May 10, 2019
by
Daniel Lehmberg
Browse files
Merge branch '235-ci-change-order-of-stages' into 'master'
Resolve "CI: Change order of stages" Closes
#235
See merge request
!61
parents
93ece71d
9b388125
Pipeline
#112949
passed with stages
in 134 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f174062
...
@@ -33,9 +33,9 @@ variables:
...
@@ -33,9 +33,9 @@ variables:
# (i.e.,the virtual machines). We have to track that!
# (i.e.,the virtual machines). We have to track that!
stages
:
stages
:
-
unit_test
-
unit_test
-
deploy
-
integration_test
-
integration_test
-
seed_test
-
seed_test
-
deploy
# PLEASE, OMIT FOLLOWING GITLAB PITFALLS:
# PLEASE, OMIT FOLLOWING GITLAB PITFALLS:
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment