Skip to content
Snippets Groups Projects
Verified Commit 3f61221b authored by Varac's avatar Varac
Browse files

[CI] Run setup.sh when running CI tests locally

parent 9f315d37
Branches
Tags
1 merge request!105Upgrade tests
......@@ -12,6 +12,9 @@ cache:
before_script:
- cd tests/platform-ci
# Check if running locally ($CI_PROJECT_ID is 0 then) and run setup.sh in
# this case
- if [ "$CI_PROJECT_ID" = "0" ]; then ./setup.sh; fi
stages:
- setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment