Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 03:12:47 +00:00
parent 8f2b44fca8
commit 03f1e01cb5

View File

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