diff --git a/easyci2/flask/config.json b/easyci2/flask/config.json index b4c64149..61279e44 100644 --- a/easyci2/flask/config.json +++ b/easyci2/flask/config.json @@ -150,5 +150,13 @@ "run_cmd": ["_python_task_checker/main.py"], "docker_image": "zhnick/imkn_python_checker:latest", "timeout": 900 + }, + { + "host": "https://anytask.org", + "course_id": 1076, + "repo": "git@github.com:tswr/imkn_python_method.git", + "run_cmd": ["_home_task_checker/run_in_anytask_org.sh"], + "docker_image": "zhnick/imkn_python_checker:latest", + "timeout": 10800 } ]