From 0a0af33249a905e055c439bd6d95eb140a9d71c5 Mon Sep 17 00:00:00 2001
From: adam <aryczkowski@imgw.pl>
Date: Tue, 28 Nov 2017 15:47:58 +0100
Subject: [PATCH] pip to the rescue

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ad7d57..61a022f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ shellcheck:
     script: 
     - shellcheck *.sh
     
-nosetests:
+nosetest:
     stage: test
     image: davidhrbac/docker-pycheck:latest
     before_script:
-- 
GitLab