Commit 1a522870 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent e454ba16
Pipeline #141 failed
in 8 seconds
Showing with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@ stages:
compile:
stage: compile
script:
- apk install git
- apk add git
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test
artifacts:
paths:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!