From 2c5dee2c923ae8549bbe094247e9b54b2ed39bac Mon Sep 17 00:00:00 2001 From: username-removed-367626 <ops-contact+staging-367626@gitlab.com> Date: Tue, 17 Aug 2021 10:42:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3cfaf8..e2918c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,4 @@ -image: registry.gitlab.com/gitlab-com/runbooks test: script: - - /prometheus/promtool check-rules alerts/*.rules - - /prometheus/promtool check-rules recordings/*.rules + - echo hi -- GitLab