summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_clang4_5/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_clang4_5/.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml b/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
index 96ceb3728..23b8687fd 100644
--- a/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
@@ -22,6 +22,7 @@ clang-4.0:
- ./tools/ci/jobs/clang40.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
+ image: debian:stretch-backports
variables:
PACKAGES: clang-4.0 libc++-dev libc++abi-dev
make autoconf automake autopoint gettext
@@ -37,7 +38,7 @@ clang-5.0:
- ./tools/ci/jobs/clang50.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
- image: stretch-backports
+ image: debian:stretch-backports
variables:
PACKAGES: clang-5.0 libc++-dev libc++abi-dev libclang-5.0-dev
make autoconf automake autopoint gettext