Skip to content

Commit

Permalink
fixup! Fix yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Feb 25, 2019
1 parent 818fc63 commit 6f0a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -9,7 +9,7 @@ test:
# test dev install
- pip install -e . --no-dependencies
# run main test
- cleaned_data_file=resources/01_Input/flickr_dresden_cc-by-licenses.csv
- cleaned_data_file=$(resources/01_Input/flickr_dresden_cc-by-licenses.csv)
- python tests/test_all.py --maxItems 50 --autoMode --loadIntermediate=$cleaned_data_file
# create badges
- pylint --output-format=text tagmaps | tee pylint.txt || pylint-exit $?
Expand Down

0 comments on commit 6f0a27a

Please sign in to comment.