Commit baf7b83d authored by Ivan Mazhukin's avatar Ivan Mazhukin

epm ci: use package name instead of file path for default tests

parent 28aa5ea8
......@@ -40,11 +40,11 @@
.test_default_ipfs: &test_default_ipfs
before_script:
- ./bin/epm -y install '/usr/bin/wget' '/usr/bin/file' '/usr/bin/bash'
- ./bin/epm -y install wget file bash
- mkdir -p /var/lib/eepm
- cp ipfs/eget-ipfs-db.txt /var/lib/eepm/eget-ipfs-db.txt
.test_default_latest: &test_default_latest
before_script:
- ./bin/epm -y install '/usr/bin/wget' '/usr/bin/file' '/usr/bin/bash'
- ./bin/epm -y install wget file bash
- mkdir -p /var/lib/eepm
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment