Skip to content
Snippets Groups Projects
Commit 7b132ee8 authored by Salson Mikael's avatar Salson Mikael
Browse files

.gitlab-ci.yml: Add apt-update before installing

parent 62985e3c
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ build: ...@@ -18,7 +18,7 @@ build:
test: test:
stage: test stage: test
before_script: before_script:
- apt install -y zutils diffutils - apt update && apt install -y zutils diffutils
script: script:
- cd tests - cd tests
- ./test_bam - ./test_bam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment