summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-07-29 01:12:44 -0400
committeratanarjuat <atanarjuat@example.com>2022-07-29 01:12:44 -0400
commitdaad04f571c8f60500a38a98c87da262baa0361a (patch)
treee9c41b105becaf66719c7e677c32c2517cb3bdff /.gitlab-ci.yml
parent81dcc7398b8920c5e00229df0f83e627d1f62684 (diff)
relax dep on Dockerfile
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bb4c10..e525eb0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ integration-test:
image: debian
stage: test
script:
- - apt update -y && apt install -y docker docker.io make
+ - apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker docker.io make
- make integration
tags:
- linux