Problems exporting to android on gitlab

in Exporting
I want to configure a custom build for android on gitlab. My docker image is at https://github.com/dbrova15/godot-ci-android-bakz
An error occurs during assembly:
$ godot --quiet --export-debug "Android" export / android / ${APPNAME} -debug.apk> & - ERROR: _fschanged: Project export failed
with error code 20 for preset 'Android'.
At: editor / editornode.cpp: 634. ERROR: ~ List: Condition "first! = __Null" is true.
At: ./core/selflist.h:112. ERROR: cleanup: There are still MemoryPool allocs in use at exit!
At: core / poolvector.cpp: 69. ERROR: Job failed: exit code 1
A project with no problem is exported to my computer. I move the android folder to the docker unchanged.
Tell me what am I doing wrong?