diff options
author | 2018-06-05 20:57:06 +0200 | |
---|---|---|
committer | 2018-06-05 20:57:06 +0200 | |
commit | 4eef4a104fc1512c517f9bcdba65f05562f453d6 (patch) | |
tree | f82615bebd2ded3ed487cde76989c83c7eef159a | |
parent | CI (diff) |
no bash on alpine
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |