diff options
author | Gauvain Pocentek <gauvainpocentek@gmail.com> | 2019-06-21 07:49:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 07:49:53 +0200 |
commit | 6625a062e3e4cc42abdaec9ea08e3b6e7f6a9c58 (patch) | |
tree | 0fbb6fe338bd9e8f10db6dbdbdad86c1fff4606e | |
parent | 51751c5f78ec14e416e595fd42f97d55197df347 (diff) | |
parent | 2fff260a8db69558f865dda56f413627bb70d861 (diff) | |
download | gitlab-6625a062e3e4cc42abdaec9ea08e3b6e7f6a9c58.tar.gz |
Merge pull request #805 from python-gitlab/chore/ci-rebuild-image
chore(ci): rebuild test image, when something changed
-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 |