.gitlab-ci.yml improvements

This commit is contained in:
Oscar Krause 2022-12-29 08:00:34 +01:00
parent 76f732adb6
commit 5c1d291fac
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ test:
.test:linux:
stage: test
rules:
- changes:
- .DEBIAN/**/*
- app/**/*
needs:
- job: build:apt
artifacts: true