diff options
author | Herman van Rink | 2017-10-13 11:58:25 (GMT) |
---|---|---|
committer | Herman van Rink | 2017-10-13 11:58:25 (GMT) |
commit | 41a402a8b048ef1757e7a3f204c64fdbcf9c4204 (patch) | |
tree | 3248a3a9a368357b31fe8aac2ed003ac1d96c8c9 | |
parent | c5358929f168b5a119a3b39558efeae83c9df07f (diff) |
more tests
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7267ba..5447c9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,8 @@ test:debian-jessie-aegir3-apt: - build:deb only: - 7.x-3.x + - /^7\.x-3\.\d+\.x/ + - 2915491-ubuntu-mariadb before_script: - apt-get update @@ -86,6 +88,8 @@ test:ubuntu-xenial-aegir3-apt: - build:deb only: - 7.x-3.x + - /^7\.x-3\.\d+\.x/ + - 2915491-ubuntu-mariadb before_script: - apt-get update |