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

Update .gitlab-ci.yml file

parent 4494ab1a
No related branches found
No related tags found
No related merge requests found
...@@ -25,12 +25,13 @@ before_script: ...@@ -25,12 +25,13 @@ before_script:
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- download-files - download-files
- test # - test
- check-warnings # - check-warnings
- build # - build
- deploy # - deploy
dowload-files-job: dowload-files-job:
stage: download-files
rules: rules:
- if: '$FILES_URL != null' - if: '$FILES_URL != null'
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment