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

Update .gitlab-ci.yml file

parent d4dac7f2
No related branches found
No related tags found
No related merge requests found
Pipeline #2505 passed
...@@ -35,7 +35,8 @@ dowload-files-job: ...@@ -35,7 +35,8 @@ dowload-files-job:
rules: rules:
- if: '$FILE_URL != null' - if: '$FILE_URL != null'
script: script:
- 'echo "$FILE_URL"' - curl "$FILE_URL" --output backup.zip
- file backup.zip
.unit-test-job: .unit-test-job:
...@@ -84,7 +85,7 @@ pylint-test-job: ...@@ -84,7 +85,7 @@ pylint-test-job:
script: script:
- make pylint - make pylint
pyflakes-test-job: .pyflakes-test-job:
stage: test stage: test
script: script:
- make pyflakes - make pyflakes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment