From 8fc8f27a0c46c259eaf24eeb5080f9d95cdbb394 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 10 Apr 2023 14:49:29 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0932e2c..58c0b5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,6 @@ rust-latest: stage: build image: rust:latest script: - - ./test_db.sh + - apt install sqlite3 && ./test_db.sh - cargo build --verbose - cargo test --verbose