Update .gitlab-ci.yml file

This commit is contained in:
Sebastian Hugentobler 2022-03-19 09:07:51 +00:00
parent 2b12c46618
commit 65555fb5c7

View File

@ -1,4 +1,6 @@
test: test:
image: rust:1.59-alpine3.15 image: rust:1.59-alpine3.15
before_script:
- apk --no-cache add musl-dev
script: script:
- cargo test - cargo test