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
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ cache: ...@@ -12,6 +12,9 @@ cache:
before_script: before_script:
- cd tests/platform-ci - 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: stages:
- setup - setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment