From 48a932229cd7f35b090a5f6ae99ac6a1c1f6173a Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 30 Jun 2021 13:03:48 +0200 Subject: [PATCH] WIP: Add git to code-style stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4dee3a..6bdcf45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,8 @@ code-style: image: julia:1.6 tags: [ docker ] script: + # install git + - apt-get install git # install JuliaFormatter - julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))' # try and format the files -- GitLab