diff options
author | louiz’ <louiz@louiz.org> | 2017-06-14 00:24:35 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-06-14 00:27:42 +0200 |
commit | 922610cdbf0469e01fd99655c46cceff57a825d8 (patch) | |
tree | 6cec8005de801dfe8f44b46b5772f7100e70a6f4 | |
parent | 3d1e85fd488c265cbeaf07b8fc3a2175ccff10ad (diff) | |
download | biboumi-922610cdbf0469e01fd99655c46cceff57a825d8.tar.gz biboumi-922610cdbf0469e01fd99655c46cceff57a825d8.tar.bz2 biboumi-922610cdbf0469e01fd99655c46cceff57a825d8.tar.xz biboumi-922610cdbf0469e01fd99655c46cceff57a825d8.zip |
Run the coverity and freebsd tests in all louiz/biboumi branches
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83e5e86..2c39731 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,7 @@ test:alpine: test:freebsd: only: - - master@louiz/biboumi + - branches@louiz/biboumi tags: - freebsd variables: @@ -240,7 +240,7 @@ codecov:build:7: coverity: stage: external only: - - master@louiz/biboumi + - branches@louiz/biboumi tags: - docker image: docker.louiz.org/biboumi-test-fedora:latest |