diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff374233145ce85ca0f895dfca10049a74aa880e..b07950e01c3c57b81d5f4829e3fd1cb1af339a45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,12 @@ test: stage: build before_script: - git submodule init - - git submodule update --remote - cat .gitmodules - cat .git/config - ls -lah * + - rm -rf relast.preprocessor/* + - ls -lah * + - git submodule update --remote + - ls -lah * script: - ./gradlew --no-daemon build