Skip to content
Snippets Groups Projects
Commit d4dac7f2 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Update .gitlab-ci.yml file

parent 44f12ad2
No related branches found
No related tags found
No related merge requests found
Pipeline #2315 passed
......@@ -33,9 +33,9 @@ stages: # List of stages for jobs, and their order of execution
dowload-files-job:
stage: download-files
rules:
- if: '$FILES_URL != null'
- if: '$FILE_URL != null'
script:
- 'echo "$FILES_URL"'
- 'echo "$FILE_URL"'
.unit-test-job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment