Skip to content
Snippets Groups Projects

Update cookiecutter.json

Merged
Corné Lukkenrequested to merge
quick-fixes into main
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
default:
default:
image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
image:
 
name: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
 
pull_policy: always
before_script:
before_script:
- python --version # For debugging
- python --version # For debugging
cache:
cache:
Loading