From 7f57717f84f08ad0bc77d9f08d72009b3001b597 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 15 Apr 2020 20:00:23 +0200 Subject: [PATCH] gitlab-ci: Fix typo Signed-off-by: Jakub Jelen Reviewed-by: Anderson Toshiyuki Sasaki --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 622064e2..32e36ab5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,7 @@ fedora/address-sanitizer: ctest --output-on-failure # This is disabled as it report OpenSSL issues -# It also has ethe same issues with cwrap as AddressSanitizer +# It also has the same issues with cwrap as AddressSanitizer .fedora/memory-sanitizer: extends: .fedora stage: analysis