Update .gitlab-ci.yml file

This commit is contained in:
deed 2022-11-01 11:20:38 +01:00
parent 3c0328275a
commit 31d426a22d

View file

@ -3,7 +3,6 @@ image: khaganat/godot-export:4
stages:
- pre-export
- export
- test
variables:
EXPORT_NAME: 3rd_Person_3dclient_test
@ -55,8 +54,8 @@ windows:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always
linux64test:
stage: test
linux64-test:
stage: export
tags:
- Docker
script:
@ -68,5 +67,4 @@ linux64test:
paths:
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
expire_in: 4 week
rules:
when: manual