Commit 7598ddef authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Update .gitlab-ci.yml

parent 3ddd9b16
Loading
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
build:precise:
    image: ubuntu:precise
    before_script:
        - apt-get update
          apt-get upgrade -y
          apt-get install -y
        - apt-get update &&
          apt-get upgrade -y &&
          apt-get install -y &&
            build-essential
            autotools-dev
            automake