diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db525e3..0ddf1e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ cache: - /opt/blender-git/lib # Blender Subversion lib package policy: pull -update: - stage: update +update-cache: + stage: .pre cache: key: blender-source image: stilobique/csv:latest @@ -19,7 +19,7 @@ update: - cd /opt/blender-git/lib - svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_centos7_x86_64 -build: +build-dockerfile: image: docker:19.03.12 rules: - changes: