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: ...@@ -13,7 +13,7 @@ stages:
- unit-tests - unit-tests
building: building:
stage: building stage: building
image: docker/compose:latest image: ubuntu:20.04
variables: variables:
CHECKOUT_DIR: "$CI_PROJECT_DIR/../" CHECKOUT_DIR: "$CI_PROJECT_DIR/../"
TANGO_SKA_LOCAL_DIR: "${CHECKOUT_DIR}" TANGO_SKA_LOCAL_DIR: "${CHECKOUT_DIR}"
...@@ -26,7 +26,7 @@ building: ...@@ -26,7 +26,7 @@ building:
NETWORK_MODE: "lofar" NETWORK_MODE: "lofar"
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y git make - sudo apt-get install -y git make docker-compose
- touch ~/.Xauthority - touch ~/.Xauthority
script: script:
- cd docker-compose - cd docker-compose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment