From dae9910b9c277e00440ae76003740d20e8c0435f Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 18 Mar 2021 19:51:36 +0000 Subject: [PATCH] CI/CD test obviously needs the build. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2e8a973..abec0f4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build-fedora: test-examples: stage: test + needs: ["build"] script: - ./examples/affinity - ./examples/df