From e5f57b7f0ab07bd2982e1ec0b9984d207b741eb9 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 29 Oct 2022 20:49:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59f895e..abce941 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,5 @@ plot_gerbers: stage: plot script: - apt list --installed - - echo kibot --version + - echo $(kibot --version) - cd mellifera && kibot \ No newline at end of file