From ef04cd76b8f459b8e1548e1659790e96f87cb3a1 Mon Sep 17 00:00:00 2001 From: anon98 Date: Tue, 25 Jun 2024 19:07:52 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00351f4..4556bfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,4 @@ Julia CI: - julia -e 'import Pkg; Pkg.add("Plots"); Pkg.add("ArgParse"); Pkg.add("FilePathsBase"); Pkg.instantiate()' - julia src/energy_community.jl --num_nodes 6 --pv_nodes "1,2,3,4" --battery_nodes "2,3,5" --cooperative --cooperative_nodes "1,2,3,4" tags: - - julia # Optionally specify tags for specific runners, adjust as needed + - julia # Optionally specify tags for specific runners, adjust as needed testing