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
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

@ -16,6 +16,7 @@ lint:
- keyringctl - keyringctl
- libkeyringctl/* - libkeyringctl/*
- test/* - test/*
- .gitlab-ci.yml
test: test:
stage: test stage: test
@ -29,6 +30,7 @@ test:
- keyringctl - keyringctl
- libkeyringctl/* - libkeyringctl/*
- test/* - test/*
- .gitlab-ci.yml
build_install: build_install:
stage: test stage: test