Commit aa44005c authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent 2b8837d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ compile:
  stage: build
  script:
    - echo "Compiling code"
    - ./a.out
  tags: [c++-17]

lint: