From 85ce1e41615e9c530044a1e39d820a9d380afe34 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Mon, 16 Sep 2019 02:19:38 +0200 Subject: [PATCH] Fixed reference to the old structure in the yaml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.17.1