Skip to content
Snippets Groups Projects

Added convenience method to create test data

Merged robinwilliam.hundt requested to merge convenience_test_data_method into master
+ 1
1
@@ -9,7 +9,7 @@ variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
# ========================== Build Testing section =========================== #
build_backend:
build_test_env:
image: python:3.6
stage: build
script:
Loading