aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-05 20:57:06 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-05 20:57:06 +0200
commit4eef4a104fc1512c517f9bcdba65f05562f453d6 (patch)
treef82615bebd2ded3ed487cde76989c83c7eef159a
parentCI (diff)
no bash on alpine
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28e16d5..efbe5b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,6 @@ build:
stage: build
script:
- chmod +x scripts/ci.sh
- - bash scripts/ci.sh
+ - sh scripts/ci.sh
- pipenv run lint
- pipenv run test