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