aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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