From c49a57629f870bf4add23b99f2085b78baadfe1c Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Mon, 19 Apr 2021 16:14:18 +0200 Subject: [PATCH] needs needs job not stage --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afeb5c4..f172902 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ test: stage: test needs: - build - - models + - prepareTTCrepo script: - ./gradlew --console=plain --info test artifacts: @@ -50,7 +50,7 @@ timing: stage: benchmark needs: - build - - models + - prepareTTCrepo script: - ./all-timed-benchmark.sh artifacts: -- GitLab