Skip to content

Commit

Permalink
ci: add curl to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Jun 9, 2021
1 parent 906a006 commit 3cc0173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ lint:
build:
stage: test
before_script:
- apk add make build-base
- apk add make build-base curl
script:
- make test

0 comments on commit 3cc0173

Please sign in to comment.