Skip to content
Snippets Groups Projects
Commit e3084bd3 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-259: Try ubuntu:20.04 instead of docker compose image

parent 4ed5ea6c
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
......@@ -13,7 +13,7 @@ stages:
- unit-tests
building:
stage: building
image: docker/compose:latest
image: ubuntu:20.04
variables:
CHECKOUT_DIR: "$CI_PROJECT_DIR/../"
TANGO_SKA_LOCAL_DIR: "${CHECKOUT_DIR}"
......@@ -26,7 +26,7 @@ building:
NETWORK_MODE: "lofar"
before_script:
- sudo apt-get update
- sudo apt-get install -y git make
- sudo apt-get install -y git make docker-compose
- touch ~/.Xauthority
script:
- cd docker-compose
......
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