aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-12-20 09:44:50 +0100
committerDario Lombardo <lomato@gmail.com>2017-12-20 20:06:53 +0000
commit7cf2d865904dac347a5e72bf37e73658ecdc2d54 (patch)
tree9d113e3566e8a0d146c5c0787c200089b7a234d8
parent4a94cb640fdd6634f58834b246cb3752926fa109 (diff)
gitlab-ci: use custom wireshark image.
Change-Id: I1f305c818c4985009d98f6b64b8b649704d6a5f9 Reviewed-on: https://code.wireshark.org/review/24909 Reviewed-by: Dario Lombardo <lomato@gmail.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb1ba0a712..d22471d55e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: ubuntu:16.04
+image: crondaemon/wireshark
before_script:
- echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main" > /etc/apt/sources.list.d/clang6.list
- echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" > /etc/apt/sources.list.d/clang5.list