Fixed reference to the old structure in the yaml
authorChristian Femers <femers@in.tum.de>
Mon, 16 Sep 2019 00:19:38 +0000 (02:19 +0200)
committerChristian Femers <femers@in.tum.de>
Mon, 16 Sep 2019 00:19:38 +0000 (02:19 +0200)
.gitlab-ci.yml

index 2753073..ff039db 100644 (file)
@@ -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