diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6af6db4..1aca406 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ image: openjdk:8 before_script: - - apt-get update - - apt-get -y install ant + #- apt-get update + #- apt-get -y install ant stages: - build