CI/CD test obviously needs the build.

This commit is contained in:
Ben
2021-03-18 19:51:36 +00:00
parent 55ed1b7375
commit dae9910b9c

View File

@@ -20,6 +20,7 @@ build-fedora:
test-examples: test-examples:
stage: test stage: test
needs: ["build"]
script: script:
- ./examples/affinity - ./examples/affinity
- ./examples/df - ./examples/df