ci: add dependency to gitlab pages job
This commit is contained in:
parent
1866f8bb2a
commit
2af218ef82
|
@ -27,6 +27,9 @@ build_job:
|
|||
pages:
|
||||
stage: deploy
|
||||
|
||||
dependencies:
|
||||
- build_job
|
||||
|
||||
script:
|
||||
- echo
|
||||
|
||||
|
|
Loading…
Reference in New Issue