Skip to content

Commit

Permalink
install git for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuebel committed Nov 22, 2023
1 parent 1cd2b3c commit 59b7253
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 @@ -5,7 +5,7 @@
default:
image: julia:1.9-bullseye
before_script:
- apt update && apt install -y xvfb
- apt update && apt install -y xvfb git
# Add repo dependencies
- sed -i "s|https://git-ce.|https://gitlab-ci-token:$CI_JOB_TOKEN@git-ce.|g" Manifest.toml
- xvfb-run -a julia --project=@. -e 'import Pkg; Pkg.instantiate(); Pkg.build();'
Expand Down

0 comments on commit 59b7253

Please sign in to comment.