Commit 4eb5ad0d authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Update .gitlab-ci.yml

parent 5823f23d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/

build:precise:
    image: ubuntu:precise
build:ubuntu_latest:
    image: ubuntu:latest
    before_script:
        - apt-get update &&
          apt-get upgrade -y &&