diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-06-14 10:09:17 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-06-14 10:09:17 +0200 |
commit | b36904d6f1ebaaeae9ffe887de0e5ccb40b3e659 (patch) | |
tree | 09db6d8d1047d08049ce727c88d032e1e7a009f5 | |
parent | 215da994f2e85006334e2aee6df5f920f83c2fa8 (diff) |
use debian stable as gitlab docker image
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17c3b14..aa4d9a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: - sast build: + image: debian:stable script: - apt-get update -qq && apt-get install -y -qq coreutils make autoconf automake gcc pkg-config libseccomp-dev libssh-dev valgrind - ./autogen.sh @@ -12,6 +13,7 @@ build: artifacts: paths: - ./src/potd + - ./config.log sast: image: docker:stable |