Updating the CI file
This commit is contained in:
parent
ef18e8a9dd
commit
ecd50abe7e
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ include:
|
|||
stages:
|
||||
- build
|
||||
- test
|
||||
- trigger
|
||||
- build_peerplays
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
@ -36,7 +36,7 @@ test:
|
|||
- manual
|
||||
|
||||
trigger_build_peerplays:
|
||||
stage: trigger
|
||||
stage: build_peerplays
|
||||
dependencies:
|
||||
- test
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue