Skip to content
Snippets Groups Projects

Resolve "Updating own past feedback sets other tutors assignment to is_done=True"

Files
3
+ 3
1
@@ -11,6 +11,8 @@ variables:
DEV_IMAGE_BASE: $CI_REGISTRY_IMAGE/dev-image-base
RELEASE_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
# ========================== Build Testing section =========================== #
build_test_env:
@@ -110,7 +112,7 @@ test_frontend_unit:
stage: test
dependencies:
- build_frontend
tags:
tags:
- docker
script:
- cd frontend/
Loading