summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0955c1c8..816434fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,9 @@
-image: debian:buster
+image: registry.gitlab.com/sequoia-pgp/build-docker-image:latest
test:
script:
- if [ -d target ]; then find target | wc --lines; du -sh target; fi
- if [ -d cargo ]; then find cargo | wc --lines; du -sh cargo; fi
- - apt update -y -qq
- - apt install -y -qq git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
- rustc --version
- cargo --version
- clang --version