diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c5db9a..04d4953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ Play_Against_Desktops: script: - ansible-playbook -l desktop site.yml --vault-password-file /vaultpw - error="$?" - - echo "Return code: $error" + - echo "Return code $error" Play_Against_Production: stage: play