From 5a8868971653fb1036c20a679c59da87e98f9721 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 15 Jan 2020 09:49:57 +0100 Subject: [PATCH] Add CI tasks to new_app.md --- .gitlab/issue_templates/new_app.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md index 30b402080..1f323d59b 100644 --- a/.gitlab/issue_templates/new_app.md +++ b/.gitlab/issue_templates/new_app.md @@ -14,3 +14,7 @@ * [ ] Add behave feature (`tests/behave/feature`) * [ ] Check for successful helmrelease (`test/pytest/test_helmreleases.py`) * [ ] Test cert (`test/pytest/test_certs.py`) + +## CI + +* [ ] Run new tests in CI (`.gitlab-ci.yml`) -- GitLab