Fix yaml syntax for gitlab-ci
This commit is contained in:
parent
42c0546bde
commit
d2dcd51e10
|
@ -17,7 +17,7 @@ before_script:
|
||||||
- df -h
|
- df -h
|
||||||
- WGET_ARGS='' make install-templates
|
- WGET_ARGS='' make install-templates
|
||||||
|
|
||||||
test:gut
|
test:gut:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make tests
|
- GODOT=./bin/godot3-server make tests
|
||||||
|
|
Loading…
Reference in New Issue