Also trigger tests and linting on changes to CI

.gitlab-ci.yml:
Also trigger tests and linting on changes to .gitlab-ci.yml.
This commit is contained in:
David Runge
2021-10-31 22:25:09 +01:00
committed by Levente Polyak
parent c75c3ee7ee
commit b9bbe3f1d4

View File

@ -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