diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b647f4507..b1e4757d3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -415,7 +415,7 @@ static-scan: # Run tests with the address sanitizer. We need to turn off introspection # and f16c, since they are incompatible with asan asan-build: - image: $FEDORA_IMAGE + extends: .build-fedora-default tags: [ asan ] stage: analysis needs: []