From 1ea140919403f89219b119ec5f4b94978961f210 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 29 Jul 2017 20:46:05 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff0a75d..072a899 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: alpine +image: ubuntu stages: - lint @@ -6,4 +6,4 @@ stages: lint: stage: lint script: - - 'apk add --update shellcheck && shellcheck .bash* bin/*' \ No newline at end of file + - 'apt-get update && apt-get install shellcheck && shellcheck .bash* bin/*' \ No newline at end of file