Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 03:12:47 +00:00
parent 160660878c
commit 33b709bac9

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: