# CI configuration for subplot default: image: registry.gitlab.com/subplot/subplot-container-images:main check: stage: test script: - sudo apt update - sudo apt -y build-dep . - ./check -v check-msrv: stage: test script: - sudo apt update - sudo apt -y build-dep . - rustup default 1.70 - ./check -v --sloppy