Commit 562a7198 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add anchors to ubuntu before_script jobs to overload them in submodules.

parent 7cf7154a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ build:ubuntu_python:
  needs: []
  tags:
    - docker
  before_script:
  before_script: &setup_ubuntu_build
    - !reference [.retrieve_deps:apt, script]
    - DEPENDENCY_JOB="build:ubuntu_python"
    - !reference [.ubuntu:download:artifacts, before_script]
@@ -41,10 +41,9 @@ test:ubuntu_python:
    - allow_failure: false
  tags:
    - docker
  before_script:
  before_script: &setup_ubuntu_test
    - !reference [.retrieve_deps:apt, script]
    - source venv/bin/activate
    # - python -m pip install unittest-xml-reporting pytest
    - python -m pip install pytest
    - which python
    - python -m pip list