diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb69403..c799472 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,13 +18,6 @@ build: deploy: stage: deploy script: - - make -e deploy - only: - - master - -cache: - stage: deploy - script: - - make -e cache + - make -e deploy cache only: - master