Commit c9a3055e by Jessica Hawkwell

Update .gitlab-ci.yml

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