From 2142eb9d1acd7122239cf4790c24bab0a1d2d121 Mon Sep 17 00:00:00 2001 From: Jose Raul Barreras <barreras@unl.edu> Date: Wed, 12 Sep 2018 22:08:40 +0000 Subject: [PATCH] chore: run unl-its/static-code-analysis container --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f04b9d5..bcd09db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - verify - build + - test Check Makefile: stage: verify @@ -22,4 +23,11 @@ Make All Images: tags: - linux, dockerd script: - - make \ No newline at end of file + - make + +test: + stage: test + tags: + - dockerd + script: + - docker run -rm unl-its/static-code-analysis sonar-scanner -v -- GitLab