diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f04b9d52d2dd9f1f11fa0a2b70af9a081b5e0980..bcd09db21c82f0338b3980d6e3a7b69a4ed32987 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