From 17f8cf64bd9246d1d23d45f0c6bc203f70a60113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sun, 4 Dec 2016 22:58:10 +0100 Subject: CI: add the docker tag for coverity and sonar-qube jobs --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3