Fixed reference to the old structure in the yaml
[Mograsim.git] / .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