Update .gitlab-ci.yml
This commit is contained in:
parent
bcd407194b
commit
3c0328275a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ image: khaganat/godot-export:4
|
|||
stages:
|
||||
- pre-export
|
||||
- export
|
||||
- test
|
||||
|
||||
variables:
|
||||
EXPORT_NAME: 3rd_Person_3dclient_test
|
||||
|
@ -55,7 +56,7 @@ windows:
|
|||
when: always
|
||||
|
||||
linux64test:
|
||||
stage: export
|
||||
stage: test
|
||||
tags:
|
||||
- Docker
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue