From 828b328d099d1b2d48441624a7cae7b6eed29982 Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Thu, 13 Mar 2025 14:41:55 +0100 Subject: [PATCH] Fixed test (unfortunately there is no "--version" option in Grapp) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8749775..da7a316 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,4 @@ install: test: stage: test script: - - /opt/grapp/bin/Grapp --version \ No newline at end of file + - /opt/grapp/bin/Grapp \ No newline at end of file -- GitLab