diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-06-20 11:11:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 11:11:02 +0200 |
commit | 2fff260a8db69558f865dda56f413627bb70d861 (patch) | |
tree | 0fbb6fe338bd9e8f10db6dbdbdad86c1fff4606e | |
parent | 51751c5f78ec14e416e595fd42f97d55197df347 (diff) | |
download | gitlab-chore/ci-rebuild-image.tar.gz |
chore(ci): rebuild test image, when something changedchore/ci-rebuild-image
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae0c09c..58779f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ build_test_image: refs: - master changes: - - tools/ + - tools/* .tox_includes: &tox_includes stage: test |