job-init: stage: .pre script: echo "make something useful before build stage" job-build-docker-latest: stage: build script: - docker build -t stilobique/blender:latest . #job-build-docker-tag: # stage: build # script: # - docker build -t stilobique/blender:latest