diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3795938..bb69403 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,3 +21,10 @@ deploy: - make -e deploy only: - master + +cache: + stage: deploy + script: + - make -e cache + only: + - master