From 31d426a22d4e21ee86237929c7407125e91b207d Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 1 Nov 2022 11:20:38 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f007db2..8d1cc77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 =~ //' 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