Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 06:09:30 +00:00
parent c3a2da1d87
commit a3dc275250

View File

@ -20,7 +20,7 @@ before_script:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
docker-compose-test:
image: docker
image: debian:bullseye
stage: test
rules:
- changes: