image: tecnalia-docker-dev.artifact.tecnalia.dev/docker:git workflow: rules: - if: $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH variables: TMPDIR: /builds/${CI_PROJECT_NAMESPACE} GIT_LFS_SKIP_SMUDGE: 1 # Avoid fetching the files from LFS when doing git fetch stages: - build - deploy include: - ci-templates/syntax-check.yml - ci-templates/python.yml - ci-templates/industrial-ci-templates.yml default: tags: - docker