diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbcec68..55b6470 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: