Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anon98 authored Jun 25, 2024
1 parent cbf7ae5 commit ef04cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef04cd7

Please sign in to comment.