From 98a5712e39326962a0f40a9f7b2684542961748a Mon Sep 17 00:00:00 2001 From: adam <aryczkowski@imgw.pl> Date: Tue, 28 Nov 2017 15:43:16 +0100 Subject: [PATCH] shellcheck CI test --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a152783..95e160a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,3 +9,9 @@ shellcheck: image: davidhrbac/docker-shellcheck:latest script: - shellcheck *.sh + +nosetests: + stage: test + image: davidhrbac/docker-pycheck:latest + script: + - nosetests nosetest.py -- GitLab