Skip to content

Commit

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

0 comments on commit 906a006

Please sign in to comment.