Skip to content
Snippets Groups Projects
Commit 03e83f0b authored by hagrid67's avatar hagrid67
Browse files

adding services -redis to gitlab-ci.yml so redis available for test-service evaluator test

parent 060968e3
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ before_script: ...@@ -24,6 +24,8 @@ before_script:
tests: tests:
stage: tests stage: tests
services:
- redis
before_script: before_script:
- apt update - apt update
- apt install -y libgl1-mesa-glx xvfb graphviz libgraphviz-dev xdg-utils libcairo2-dev libjpeg-dev libgif-dev python-pyglet - apt install -y libgl1-mesa-glx xvfb graphviz libgraphviz-dev xdg-utils libcairo2-dev libjpeg-dev libgif-dev python-pyglet
......
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