diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d26038..1816cc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,11 @@ image: barichello/godot-ci:3.2.1 +# Cache imported assets between runs +cache: + key: import-assets + paths: + - .import/ + stages: - export - deploy