Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-06 11:00:02 -04:00
parent 823ac61a7d
commit 89abd2f34a

View File

@ -7,6 +7,10 @@ variables:
NUGET_PACKAGES_DIRECTORY: '.nuget' NUGET_PACKAGES_DIRECTORY: '.nuget'
SOURCE_CODE_PATH: 'ChaosBot/*/' SOURCE_CODE_PATH: 'ChaosBot/*/'
only:
changes:
- ChaosBot/**/*
stages: stages:
- build - build
- test - test