From b9bbe3f1d461eabe618833439e83af5661c45054 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 31 Oct 2021 22:25:09 +0100 Subject: [PATCH] Also trigger tests and linting on changes to CI .gitlab-ci.yml: Also trigger tests and linting on changes to .gitlab-ci.yml. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0f2776..fd5282c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ lint: - keyringctl - libkeyringctl/* - test/* + - .gitlab-ci.yml test: stage: test @@ -29,6 +30,7 @@ test: - keyringctl - libkeyringctl/* - test/* + - .gitlab-ci.yml build_install: stage: test