X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=.gitlab-ci.yml;h=ff039dba47fa2bb66b3a32a665aae1499ab2bf64;hb=f4c2b2357f708fce0b1a15d7d9de32fbf509e0eb;hp=2753073832478202f8fdc87e51a0867970066826;hpb=7d05144c25daa53e60fc9ed9fd503546a86567f8;p=Mograsim.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27530738..ff039dba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,9 @@ stages: default: before_script: + - cd TempMavenTychoSnapshotWorkaround - mvn $MAVEN_CLI_OPTS clean # This is only temporary to resolve TYCHO 1.5.0-SNAPSHOT for the main build - - cd net.mograsim + - cd .. validate: stage: validate