diff options
author | louiz’ <louiz@louiz.org> | 2016-12-04 22:58:10 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-12-04 22:58:10 +0100 |
commit | 17f8cf64bd9246d1d23d45f0c6bc203f70a60113 (patch) | |
tree | 218dbb706a4b688287607956897b6f7687e2f395 | |
parent | b65ff9edb845b6c756a96fc3013fdf2708497a3a (diff) | |
download | biboumi-17f8cf64bd9246d1d23d45f0c6bc203f70a60113.tar.gz biboumi-17f8cf64bd9246d1d23d45f0c6bc203f70a60113.tar.bz2 biboumi-17f8cf64bd9246d1d23d45f0c6bc203f70a60113.tar.xz biboumi-17f8cf64bd9246d1d23d45f0c6bc203f70a60113.zip |
CI: add the docker tag for coverity and sonar-qube jobs
-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 cd32742..b10407e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,6 +131,8 @@ test:openbsd: test:coverity: stage: test image: biboumi-test-fedora:latest + tags: + - docker allow_failure: true when: manual script: @@ -143,6 +145,8 @@ test:coverity: test:sonar-qube: stage: test image: biboumi-test-fedora:latest + tags: + - docker script: - cmake .. - ~/sonar-scanner/bin/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir ./bw-outputs make biboumi test_suite |