From: Christian Femers Date: Mon, 16 Sep 2019 00:19:38 +0000 (+0200) Subject: Fixed reference to the old structure in the yaml X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=85ce1e41615e9c530044a1e39d820a9d380afe34 Fixed reference to the old structure in the yaml --- 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