Skip to content
Snippets Groups Projects
Commit 46d3d3b3 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update .gitlab-ci.yml

parent d73fbe3e
No related branches found
No related tags found
No related merge requests found
Pipeline #28 passed with stages
in 1 minute and 18 seconds
...@@ -24,6 +24,7 @@ build: ...@@ -24,6 +24,7 @@ build:
test: test:
stage: test stage: test
script: script:
- hw3/kmer_hash hw3/smaller/tiny.txt test - wget https://recolic.net/tmp/tiny.txt
- sha1sum hw3/test_0.dat | grep 69af6081642850426f1b545ccf61b704820f5251 - hw3/kmer_hash tiny.txt test
- sha1sum test_0.dat | grep 69af6081642850426f1b545ccf61b704820f5251
\ No newline at end of file
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