aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-09-21 11:14:53 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-09-21 11:14:53 -0500
commitccfc67f58eb5ff076cacfce8000c0dee58dc48a9 (patch)
tree8eab747b85e88ab1351e65c53e4a6247a5cf3734
parentci: add main CI tests to GitLab CI (diff)
downloadfirejail-ccfc67f58eb5ff076cacfce8000c0dee58dc48a9.tar.gz
firejail-ccfc67f58eb5ff076cacfce8000c0dee58dc48a9.tar.zst
firejail-ccfc67f58eb5ff076cacfce8000c0dee58dc48a9.zip
ci: avoid tzdata dialog
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93406544a..bce82e0e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ ci_code_tests:
17 image: ubuntu:rolling 17 image: ubuntu:rolling
18 before_script: 18 before_script:
19 - apt-get update -qq 19 - apt-get update -qq
20 - apt-get -y install expect csh xzdec lintian fakeroot 20 - apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot
21 - ./configure --enable-fatal-warnings --prefix=/usr && make && make install 21 - ./configure --enable-fatal-warnings --prefix=/usr && make && make install
22 script: 22 script:
23 - make test-travis 23 - make test-travis