Skip to content
Snippets Groups Projects
Commit 638ffad7 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'nightlies-docker-image' into 'master'

Use the new docker image in nightlies as well

Closes #61

See merge request !184
parents 99e2de74 fe4b3233
No related branches found
No related tags found
1 merge request!184Use the new docker image in nightlies as well
Pipeline #45087 passed
...@@ -40,21 +40,24 @@ stages: ...@@ -40,21 +40,24 @@ stages:
- bdt ci nightlies -vv order.txt - bdt ci nightlies -vv order.txt
- bdt ci clean -vv - bdt ci clean -vv
build_linux_36: .build_linux_template:
extends: .build_template extends: .build_template
variables:
PYTHON_VERSION: "3.6"
tags: tags:
- docker - docker
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
build_linux_36:
extends: .build_linux_template
variables:
PYTHON_VERSION: "3.6"
cache: cache:
key: 'build-py36' key: 'build-py36'
build_linux_37: build_linux_37:
extends: .build_template extends: .build_linux_template
variables: variables:
PYTHON_VERSION: "3.7" PYTHON_VERSION: "3.7"
tags:
- docker
cache: cache:
key: 'build-py37' key: 'build-py37'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment