From 76ce3e186c9ead5782f879cbb32e652a8465e809 Mon Sep 17 00:00:00 2001 From: Paul Gessinger <paul.gessinger@cern.ch> Date: Thu, 25 Apr 2019 12:38:13 +0200 Subject: [PATCH] switch format CI job to llvm8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67c1390c1..51990ff46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ before_script: format: stage: build - image: gitlab-registry.cern.ch/acts/machines/check:latest + image: gitlab-registry.cern.ch/acts/machines/check_llvm8:latest before_script: [] script: - CI/check_format . -- GitLab