From 77fdcc7ef6974534f241b0932cf389213206fa14 Mon Sep 17 00:00:00 2001 From: Julien Girard <julien.girard2@cea.fr> Date: Wed, 10 Jul 2024 16:36:03 +0200 Subject: [PATCH] [ci] ... and with proper command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e86f2d..637c198 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ test-lib: stage: test script: - nix --extra-experimental-features "nix-command flakes" build - - nix --extra-experimental-features "nix-command flakes" develop --command "make test-lib" + - nix --extra-experimental-features "nix-command flakes" develop --command make test-lib ## Manual generation of the documentation -- GitLab