From 145078905291cb2d83f4ff2fd1d0c857988a1ebf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Jun 2023 16:21:24 -0400 Subject: [PATCH] ci: Reenable asan builds This is an attempts to catch sporadic ci failures. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 446e71e9b6..351bd0fb65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -385,7 +385,6 @@ asan-build: tags: [ asan ] stage: analysis needs: [] - when: manual variables: script: - export PATH="$HOME/.local/bin:$PATH" -- 2.30.2