Update .gitlab-ci.yml

This commit is contained in:
Brian Alexander 2023-08-18 17:07:16 -06:00
parent f17147ab1e
commit 02c9bc621e

View file

@ -69,6 +69,14 @@ test:
script:
- mix test
test_i2c_1_x:
image: elixir:latest
dependencies:
- build_i2c_1_x
stage: test
script:
- mix test
integrate:
image: elixir:latest
stage: test