feat(Docker Compose): Test Docker Compose

This commit is contained in:
Marcel Feix 2022-06-14 16:17:12 +02:00
parent 6d2aecc06c
commit 4f509279ff
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -25,7 +25,7 @@ Docker-compose:
Test-Files:
stage: verify
rules:
when: always
- when: always
extends: .ssh-transfer-data
script:
- ssh $SSH_USER@$SSH_URL "if [ -f test.log ]; then exit 1; rm test.log; fi"